-
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 set client authentification flows by name #8428
Keycloak set client authentification flows by name #8428
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Alexei Znamensky <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
changelogs/fragments/8428-assign-auth-flow-by-name-keycloak-client.yaml
Outdated
Show resolved
Hide resolved
…ient.yaml Co-authored-by: Felix Fontein <[email protected]>
Should "Keycloak.get_authentication_flow_by_alias" be case insensitive? |
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.
Since the other two suboptions were available before, and these two not, let's mark them as new :)
I have no idea, I would hope that someone else with Keycloak experience can weight in here :) I would probably expect users to use the same casing, but 🤷 |
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
You are probably right. Let leave it like it is |
If nobody objects, I'll merge this tomorrow! |
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
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #8524 🤖 @patchback |
* first commit * Add change logs * fix sanity * Sanity 2 * Test unset flows * Update plugins/modules/keycloak_client.py Co-authored-by: Alexei Znamensky <[email protected]> * Update plugins/modules/keycloak_client.py Co-authored-by: Felix Fontein <[email protected]> * Update changelogs/fragments/8428-assign-auth-flow-by-name-keycloak-client.yaml Co-authored-by: Felix Fontein <[email protected]> * Remove double traitement from "alias" * Update plugins/modules/keycloak_client.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/keycloak_client.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Andre Desrosiers <[email protected]> Co-authored-by: Alexei Znamensky <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit b11da28)
…cation flows by name (#8524) Keycloak set client authentification flows by name (#8428) * first commit * Add change logs * fix sanity * Sanity 2 * Test unset flows * Update plugins/modules/keycloak_client.py Co-authored-by: Alexei Znamensky <[email protected]> * Update plugins/modules/keycloak_client.py Co-authored-by: Felix Fontein <[email protected]> * Update changelogs/fragments/8428-assign-auth-flow-by-name-keycloak-client.yaml Co-authored-by: Felix Fontein <[email protected]> * Remove double traitement from "alias" * Update plugins/modules/keycloak_client.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/keycloak_client.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Andre Desrosiers <[email protected]> Co-authored-by: Alexei Znamensky <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit b11da28) Co-authored-by: desand01 <[email protected]>
SUMMARY
Allow the assignment of authentication flows by name
ISSUE TYPE
COMPONENT NAME
keycloak_client.py