-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix(jans-linux-setup): improper scim configuration for jans kc #8210 * updated the keycloak configuration file to reflect the configuration for the storage-spi Signed-off-by: Rolain Djeumen <uprightech@gmail.com> * fix(jans-linux-setup): improper scim configuration for kc #8210 * added user provider provisioning json for the jans realm Signed-off-by: Rolain Djeumen <uprightech@gmail.com> --------- Signed-off-by: Rolain Djeumen <uprightech@gmail.com> Co-authored-by: Devrim <devrimyatar@gluu.org> Former-commit-id: 197a07a
- Loading branch information
1 parent
59c3fd5
commit db928a1
Showing
2 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...setup/jans_setup/templates/jans-saml/kc_jans_api/jans.userstorage-provider-component.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name":"jans-user-federation", | ||
"providerId": "kc-jans-storage", | ||
"providerType": "org.keycloak.storage.UserStorageProvider", | ||
"parentId": "${jans_idp_realm_id}", | ||
"config": { | ||
"cachePolicy": ["DEFAULT"], | ||
"enabled": ["true"] | ||
} | ||
} |
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