Skip to content

Commit

Permalink
feat(jans-keycloak-integration): update kc-saml integration installat…
Browse files Browse the repository at this point in the history
…ion for ce and cn #8776

* marked jans  authenticator in the kc authentication flow ALTERNATIVE
* updated providerId for our custom user storage provider

Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
  • Loading branch information
uprightech committed Jun 25, 2024
1 parent d5f9221 commit d78a5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"parentFlow": "${jans_browser_auth_flow_id}",
"authenticator": "kc-jans-authn",
"authenticatorConfig": null,
"requirement": "REQUIRED",
"requirement": "ALTERNATIVE",
"priority": 20
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"jans-user-federation",
"providerId": "kc-jans-storage",
"providerId": "kc-jans-user-storage",
"providerType": "org.keycloak.storage.UserStorageProvider",
"parentId": "${jans_idp_realm}",
"config": {
Expand Down

0 comments on commit d78a5c4

Please sign in to comment.