-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to change provider's name #296
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Once the CHANGELOG conflict has been resolved we can get this merged.
@syscll thanks! I've resolved the conflict, sorry I didn't notice it earlier... |
@JoelSpeed @steakunderscore WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Provided it has been tested then I'm happy for it to be merged
One thought that did come to mind however, is the name of the flag might be a bit ambiguous? Would it be more obvious that it is just a display name if it were called provider-custom-name
or provider-display-name
?
My worry is that people might think provider-name
does the job of provider
, do you think this could be a risk?
I rebased (resolve conflict), renamed the option from |
Thank you and congrats on your first contribution! 🎉 |
@syscll @JoelSpeed thanks for reviewing and merging! :) |
Description
Allows to override the provider's name for the sign-in page.
Motivation and Context
It would be nice to be able to adjust the provider's name. This is mostly relevant for the OpenID Connect provider: the sign-in page could then be changed from
Sign in with OpenID Connect
toSign in with ACME Inc. Login
.Fixes #295.
How Has This Been Tested?
Not yet tested.
Checklist: