More friendly name
gordcorp opened this issue · 1 comments
gordcorp commented
I am trying to use this auth provider with Azure AD. Azure seems to give each tenant their own domain and issuer url, i.e. I'm using an OIDC_DOMAIN of https://login.microsoftonline.com/<tenancy-id>/v2.0
, where is a uuid.
This means users see this screen when they try to login with sso:
I cant see anything more user friendly in the openid-configuration response e.g. curl https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration | jq .
Thoughts on adding an (optional?) env var configuration like OIDC_NAME
?
gordcorp commented
Apologies, I have made this on the wrong repo 🤦♂