-
Bug
-
Resolution: Done
-
Normal
-
4.16, 4.17
-
None
-
Important
-
None
-
1
-
OSDOCS Sprint 261
-
1
-
False
-
Description of problem:
Our Docs state "You can define a Secret object containing the contents of a file, such as a certificate file, by using the following command:" https://docs.openshift.com/container-platform/4.17/authentication/identity_providers/configuring-oidc-identity-provider.html#identity-provider-creating-secret_configuring-oidc-identity-provider We need to update this as we currently only support client secret not client certificate as secret for OIDC client config
Version-Release number of selected component (if applicable):
4.16,4.17
How reproducible:
Steps to Reproduce:
By following steps here https://docs.openshift.com/container-platform/4.17/authentication/identity_providers/configuring-oidc-identity-provider.html#identity-provider-creating-secret_configuring-oidc-identity-provider
Actual results:
Remove certificate reference from client secret
Expected results:
No reference to client certificate, OIDC config only supports a client secret for now
Additional info: