---
title: "Gets Janssen Server configuration data that contains non-standard OpenID Connect discovery metadata."
method: POST
path: "/.well-known/openid-configuration"
tags: ["Server Configuration"]
---

# Gets Janssen Server configuration data that contains non-standard OpenID Connect discovery metadata.

`POST /.well-known/openid-configuration`

Gets Janssen Server configuration data that contains non-standard OpenID Connect discovery metadata.

## Response `200`

OK

- object — Client GluuAttribute by Dn(Distinguished Name) based on Authorization Scope.
  - `id_generation_endpoint` string
  - `introspection_endpoint` string, required — URL of the Introspection endpoint.
  - `access_evaluation_v1_endpoint` string — URL of the Access Evaluation endpoint.
  - `auth_level_mapping` object
  - `scope_to_claims_mapping` object
  - `authorization_details_types_supported` string[] — Array of string. Each string represents supported type of authorization details.
  - `identity_chaining_requested_token_types_supported` string[] — 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_supported` string[] — 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.

## Other responses

- `500` — Internal error occured. Please check log file for details.

## Changes

- **2026-06-18** `1f18fed84393` — 2 info
  - added the optional property `authorization_grant_profiles_supported` to the response with the `200` status
  - added the optional property `identity_chaining_requested_token_types_supported` to the response with the `200` status
- **2024-12-06** `52a152c98696` — 1 info
  - added the optional property `access_evaluation_v1_endpoint` to the response with the `200` status
- **2023-12-26** `1d0636782a58` — 1 breaking
  - the `authorization_details_types_supported` response's property type changed from no type to `array` for status `200`
- **2023-12-21** `2415c2b3c10a` — 1 breaking, 1 info
  - the response property `id_generation_endpoint` became optional for the status `200`
  - added the optional property `authorization_details_types_supported` to the response with the `200` status
- **2023-11-13** `a6a9af48cc5f` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/.well-known/openid-configuration/post.md)

---

[API](https://skmtc.dev/janssenproject/apis/janssen-authorization-server.md) · [All operations](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/llms.txt) · [OpenAPI document](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/revisions/b7d258517a4a?raw)
