UMA (User Managed Access)
Gets UMA configuration data.
Gets UMA configuration data.
get/restv1/uma2-configuration
Response
OK
Example response
{
"issuer": "https://sample.com",
"authorization_endpoint": "https://sample.com/jans-auth/restv1/authorize",
"token_endpoint": "https://sample.com/jans-auth/restv1/token",
"jwks_uri": "https://sample.com/jans-auth/restv1/jwks",
"registration_endpoint": "https://sample.com/jans-auth/restv1/register",
"response_types_supported": [
"code",
"id_token",
"token"
],
"grant_types_supported": [
"authorization_code",
"implicit",
"client_credentials"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"client_secret_jwt",
"private_key_jwt"
],
"token_endpoint_auth_signing_alg_values_supported": [
"HS256",
"HS384",
"HS512",
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512"
],
"service_documentation": "http://<op_docs>",
"ui_locales_supported": [
"en",
"es"
],
"op_policy_uri": "http://gluu.sample.com/policy",
"op_tos_uri": "http://gluu.sample.com/tos",
"introspection_endpoint": "https://sample.com/jans-auth/restv1/rpt/status",
"claims_interaction_endpoint": "https://sample.com/jans-auth/restv1/uma/gather_claims",
"permission_endpoint": "https://sample.com/jans-auth/restv1/host/rsrc_pr",
"resource_registration_endpoint": "https://sample.com/jans-auth/restv1/host/rsrc/resource_set",
"scope_endpoint": "https://sample.com/jans-auth/restv1/uma/scopes"
}