forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multi token prototype #14
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Changed format of credentials to support multiple different credential type - Changed manner in which credential validation code is reached: userCredentialManager is now only used for passwords, all other credential types will directly call their CredentialProvider - CredentialInput is now only used for the input of a credential, and has it's format changed as a result - Subclassed CredentialModel for each type of credential. Credentials are completely separated to facilitate adding new credential types. - Extended these changes through the code, including adapting the unit tests where necessary In addition: - removed previously commited multi-factor code - Updated MultipleRealmsTest to the one from Keycloak master, as the one in 6.0.1 is bugged when running with undertow.
Modify the handling of credentials in the admin GUI
…sole-ordering CLOUDTRUST-1468 Multi token prototype admin console credentials re-ordering
- allows the user to return to a previous required execution, or to a parent flow - Corrected a bug where when flows were evaluated for alternatives, it would result in an error - TODO: currently flows cannot be selected as an alternative. This needs to be thought about a lot more
…ntial data as text
…cted, for authenticators that must display a challenge
…o MigrationTest and model tests for credentials.
…ial Reset section
… Credential Reset
Migration of user credentials and authentication flows. Added tests t…
Multi token prototype qol
…button closer so the rest
…as no credentials
Add multi-token BrowserFlow tests
…rLogin-tests Add First Broker Login tests for new authenticators
CLOUDTRUST-1804 Fix back button position
PR closed (navigation error) |
lagess
pushed a commit
to lagess/keycloak
that referenced
this pull request
Apr 17, 2023
…cloudtrust#14) * More changes based on feedback * Puts back 2 out of 3 screens
lagess
pushed a commit
to lagess/keycloak
that referenced
this pull request
Apr 17, 2023
* KEYCLOAK-15527 Adding context to master.adoc and index.adoc to allow reuse * KEYCLOAK-15614 modularisation of 'Creating an Open ID Connect Client' (cloudtrust#14) * More changes based on feedback * Puts back 2 out of 3 screens * KEYCLOAK-15614 updates to anchors * Minor spelling correction in Getting Started * Keycloak 15786 (cloudtrust#16) * rebase corrections * post feedback changes * post review changes (cloudtrust#18) * KEYCLOAK-15616 initial commit Co-authored-by: Andy Munro <amunro@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.