get https://{tenanturl}/v1.0/endpoint//.well-known/openid-configuration
Use this API to get the OIDC provider's metadata.
Responses
404The resource was not found.
Use this API to get the OIDC provider's metadata.
404The resource was not found.
xxxxxxxxxx
curl --request GET \
--url https://tenant_url/v1.0/endpoint/default/.well-known/openid-configuration \
--header 'accept: application/json'