-
Notifications
You must be signed in to change notification settings - Fork 322
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
Add priority field support in authentication flow executions #970
base: main
Are you sure you want to change the base?
Conversation
9d4f775
to
0019a54
Compare
Test run in GitHub actions appears to be flaky. |
Hey, is there anything that blocks this PR from being merged? |
@berni2288 The project is not maintained unfortunately - #964 |
@gim- Any chance you could publish your build into Terraform registry? Just banging my head against the wall with this priority mess... |
Thanks, we need this desperately. As a temporary solution we have done the following:
This tells terraform to not fetch mrparkers/keycloak from the registry, but from your local path.
Hope this can help! |
932465b
to
68bead4
Compare
Signed-off-by: Andrejs Mivreniks <[email protected]>
68bead4
to
e190cc0
Compare
@sschu could you take a look at this PR, which solved the really annoying issue when updating the auth flow in KC 25+ |
@gim- @missedone Please see my comment here: #1040 (comment) |
Allows to declaratively define authentication flow execution and subflow priority in Keycloak 25 onwards.
Additionally I've removed raisePriority/lowerPriority functions as they don't seem to be used anywhere.
Fixes #296