{"issuer": "https://oauth.gcf-cloud.it", "authorization_endpoint": "https://oauth.gcf-cloud.it/o/authorize/", "token_endpoint": "https://oauth.gcf-cloud.it/o/token/", "userinfo_endpoint": "https://oauth.gcf-cloud.it/o/userinfo/", "jwks_uri": "https://oauth.gcf-cloud.it/o/.well-known/jwks.json", "introspection_endpoint": "https://oauth.gcf-cloud.it/o/introspect/", "scopes_supported": ["email", "offline_access", "openid", "profile"], "response_types_supported": ["code"], "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"], "subject_types_supported": ["public"], "id_token_signing_alg_values_supported": ["RS256", "HS256"], "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"], "introspection_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"], "code_challenge_methods_supported": ["plain", "S256"], "claims_supported": ["email", "email_verified", "extra", "family_name", "given_name", "name", "permissions", "sub"], "end_session_endpoint": "https://oauth.gcf-cloud.it/o/logout/"}