OpenID Connect configuration has "jwks_uri" with "api-int"
Issue
- When accessing the OpenID (OIDC) configuration URL
https://api.openshift.example.com:6443/.well-known/openid-configurationanjwks_uriendpoint containing anapi-intURL is returned, see below. The expectation is that theapiURL is returned instead of theapi-intURL:
curl -s https://api.openshift.example.com:6443/.well-known/openid-configuration | jq
{
"issuer": "https://kubernetes.default.svc",
"jwks_uri": "https://api-int.openshift.example.com:6443/openid/v1/jwks",
"response_types_supported": [
"id_token"
],
"subject_types_supported": [
"public"
],
"id_token_signing_alg_values_supported": [
"RS256"
]
}
Environment
- Red Hat OpenShift Container Platform (OCP) 4.12, 4.13, 4.14
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.