Server Configuration
Gets Janssen Server configuration data that contains non-standard OpenID Connect discovery metadata.
Gets Janssen Server configuration data that contains non-standard OpenID Connect discovery metadata.
post/.well-known/openid-configuration
Response
OK
Example response
{
"access_evaluation_v1_endpoint": "https://sample.com/jans-auth/restv1/evaluate",
"identity_chaining_requested_token_types_supported": [
"urn:ietf:params:oauth:token-type:id-jag"
],
"authorization_grant_profiles_supported": [
"urn:ietf:params:oauth:grant-profile:id-jag"
]
}