-
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
Keycloak authentication provider ID choices #6763
Keycloak authentication provider ID choices #6763
Conversation
Co-authored-by: Felix Fontein <felix@fontein.de>
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.
I'll merge this in a couple of days if nobody objects.
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6799 🤖 @patchback |
@Skrekulko thanks for your contribution! |
* refac: provider id choices * feat: minor changes fragment * Update changelogs/fragments/6763-keycloak-auth-provider-choices.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Skrekulko <Skrekulko@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit a53bf9d)
…er ID choices (#6799) Keycloak authentication provider ID choices (#6763) * refac: provider id choices * feat: minor changes fragment * Update changelogs/fragments/6763-keycloak-auth-provider-choices.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Skrekulko <Skrekulko@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit a53bf9d) Co-authored-by: Skrekulko <111891715+Skrekulko@users.noreply.github.com>
SUMMARY
The provider ID according to Keycloak can only be basic-flow or client-flow, so I introduced choices for it.
ISSUE TYPE
COMPONENT NAME
keycloak_authentication
ADDITIONAL INFORMATION
This is a separate PR for minor changes I introduced in #6734. I did so, in order to have the bugfix backported.