get https://{tenanturl}/oauth2/.well-known/openid-configuration
Use this API to get the OIDC provider's metadata.
Responses
Use this API to get the OIDC provider's metadata.
xxxxxxxxxx
curl --request GET \
--url https://tenant_url/oauth2/.well-known/openid-configuration \
--header 'accept: application/json'