{ "authorization_endpoint": "https://login.mendix.com/oauth/authorize", "token_endpoint": "https://login.mendix.com/oauth/token", "introspection_endpoint": "https://login.mendix.com/oauth/introspect", "issuer": "https://login.mendix.com/oauth/token", "jwks_uri": "https://login.mendix.com/oidp/jwks", "scopes_supported": [ "openid", "email", "profile" ], "response_types_supported": [ "code" ], "grant_types_supported": [ "authorization_code", "refresh_token", "client_credentials" ], "code_challenge_methods_supported": [ "S256" ], "token_endpoint_auth_methods_supported": [ "client_secret_basic", "client_secret_post" ], "introspection_endpoint_auth_methods_supported": [ "client_secret_basic", "client_secret_post" ], "subject_types_supported": [ "public" ], "userinfo_endpoint": "https://login.mendix.com/oidp/userinfo", "id_token_signing_alg_values_supported": [ "RS256" ], "request_uri_parameter_supported": false, "backchannel_logout_supported": true, "backchannel_logout_session_supported": true }

Comments are closed.