clients: - client_id: '<< generate a custom client id, see below >>' client_secret: '<< generate a custom client secret, see below, the digest goes here >>' client_name: 'alist' public: false authorization_policy: 'one_factor' redirect_uris: - https://drive.mydomain.com/api/auth/sso_callback\?method=sso_get_token - https://drive.mydomain.com/api/auth/sso_callback\?method=get_sso_id scopes: - 'openid' - 'profile' - 'email' userinfo_signed_response_alg: 'none'