Azure / OpenShift

Azure Red Hat OpenShift
https://docs.microsoft.com/azure/openshift/intro-openshift
MIT License
113 stars 37 forks source link

Certificate based authentication - ARO + Azure AD #302

Open abymsft opened 1 year ago

abymsft commented 1 year ago

While configuring AAD with ARO, today we have the option to use a password as a secret for the AppRegistration described here Reading through the docs, it's unclear which switch to use to associate the certificate while creating the OpenShift secret.

oc create secret generic openid-client-secret-azuread \
  --namespace openshift-config \
  --from-literal=clientSecret=$client_secret

Is there a plan to document the guidance for "certificate based authentication" described here?