v1

latestOpenAPI 3.0.1License2026-07-17467229.7 KB
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

id_generation_endpointstring
introspection_endpointstring required

URL of the Introspection endpoint.

access_evaluation_v1_endpointstring

URL of the Access Evaluation endpoint.

auth_level_mappingobject
scope_to_claims_mappingobject
authorization_details_types_supportedstring[]

Array of string. Each string represents supported type of authorization details.

identity_chaining_requested_token_types_supportedstring[]

Array of token type URIs that the AS supports as requested_token_type in a token exchange request when the IDENTITY_ASSERTION_AUTHZ_GRANT feature is enabled. Contains urn:ietf:params:oauth:token-type:id-jag when ID-JAG is enabled.

authorization_grant_profiles_supportedstring[]

Array of grant profile URIs supported by this AS as Resource AS. Contains urn:ietf:params:oauth:grant-profile:id-jag when ID-JAG is enabled.

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"
  ]
}