-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adds support for default first broker login flow on realm level #1166
base: main
Are you sure you want to change the base?
Adds support for default first broker login flow on realm level #1166
Conversation
f549d97
to
79e3444
Compare
0519c05
to
d1d55ed
Compare
285a7d1
to
311fc39
Compare
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.
Hello @maximilian-krauss
i tested the corresponding modifications with a custom authentication flow configuration , and the test case seems to be successful locally, but the workflow build for version 23.0.7
have some test failures, please can you look into it
Errors:
[ERROR] ImportParallelImportIT.shouldCreateRealm:51->AbstractImportTest.doImport:69->AbstractImportTest.doImport:76 » ImportProcessing de.adorsys.keycloak.config.exception.ImportProcessingException: Cannot find created group 'group10' in realm 'realmWithParallelImport'
[ERROR] ImportParallelImportIT.shouldUpdateRealm:59->AbstractImportTest.doImport:69->AbstractImportTest.doImport:76 » WebApplication HTTP 500 Internal Server Error
[INFO]
311fc39
to
109b4b4
Compare
|
109b4b4
to
3cf7956
Compare
# Conflicts: # .github/workflows/ci.yaml # CHANGELOG.md # pom.xml
3cf7956
to
fd13afa
Compare
|
What this PR does / why we need it:
This PR adds support for a custom default first broker login flow defined on realm level:
Without these changes the CLI was not able to import/update the firstBrokerLoginFlow because it was missing the special treatment like
browserFlow
orregistrationFlow
.Special notes for your reviewer:
Have a nice day 🙂
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR