---
title: "Getting Info about Url and other config values"
method: GET
path: "/realms/{realm}/.well-known/openid-configuration"
tags: ["configuration"]
---

# Getting Info about Url and other config values

`GET /realms/{realm}/.well-known/openid-configuration`

Getting Info about Url and other config values

## Path parameters

- `realm` string, required

## Response `200`

OK

- DtoOpenIdConfiguration
  - `authorization_endpoint` string
  - `back_channel_authorization_endpoint` string
  - `claim_types_supported` string[]
  - `claims_parameter_supported` boolean
  - `claims_supported` string[] — TokenEndpointAuthSigningAlgValuesSupported []string `json:"token_endpoint_auth_signing_alg_values_supported"` IntrospectionEndpointAuthMethodsSupported []string `json:"introspection_endpoint_auth_methods_supported"` IntrospectionEndpointAuthSigningAlgValuesSupported []string `json:"introspection_endpoint_auth_signing_alg_values_supported"` AuthorizationSigningAlgValuesSupported []string `json:"authorization_signing_alg_values_supported"` AuthorizationEncryptionAlgValuesSupported []string `json:"authorization_encryption_alg_values_supported"` AuthorizationEncryptionEncValuesSupported []string `json:"authorization_encryption_enc_values_supported"`
  - `code_challenge_methods_supported` string[]
  - `device_authorization_endpoint` string
  - `end_session_endpoint` string
  - `grant_types_supported` string[]
  - `introspection_endpoint` string
  - `issuer` string
  - `pushed_authorization_request_endpoint` string
  - `registration_endpoint` string
  - `request_parameter_supported` boolean
  - `response_modes_supported` string[] — JwksUri string `json:"jwks_uri"` // TODO (UMV): Uncomment if required FrontChannelLogoutSessionSupported bool // TODO (UMV): Uncomment if required FrontChannelLogoutSupported bool // TODO (UMV): Uncomment if required CheckSessionIframe string // TODO (UMV): Uncomment if required SubjectTypeSupported []string // TODO (UMV): Uncomment if required IdTokenSigningAlgValuesSupported []string `json:"id_token_signing_alg_values_supported"` IdTokenEncryptionEncValuesSupported []string `json:"id_token_encryption_enc_values_supported"` UserInfoSigningAlgValuesSupported []string `json:"userinfo_signing_alg_values_supported"` RequestObjectSigningAlgValuesSupported []string `json:"request_object_signing_alg_values_supported"` RequestEncryptionEncValuesSupported []string `json:"request_encryption_enc_values_supported"`
  - `response_types_supported` string[]
  - `tls_client_certificate_bound_access_token` boolean
  - `token_endpoint` string
  - `userinfo_endpoint` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/wissance/apis/untitled-api.md) · [All operations](https://skmtc.net/wissance/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wissance/untitled-api/revisions/45bad8274649/schema)
