-
Notifications
You must be signed in to change notification settings - Fork 320
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: master
Are you sure you want to change the base?
Conversation
9a4be06
to
9d4f775
Compare
Signed-off-by: Andrejs Mivreniks <[email protected]>
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! |
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