Description
Description:
A new configuration has been added for JIT Provisioning in IS 5.3.0. This needs to be added to the document.
Please add the below content as a note at the end of this document https://docs.wso2.com/display/IS530/Configuring+Just-In-Time+Provisioning+for+an+Identity+Provider
If the number of roles in your IS server exceeds the Maximum Role List Length of the user store configured to be provisioned, then the issue wso2/product-is#7992 will be observed. This has been fixed with the WUM update WSO2-CARBON-PATCH-4.4.0-6355. After applying the update, add the below configuration at <IS_Home>/repository/conf/identity/identity.xml file to enable the fix.
<JITProvisioning>
<CheckRoleExistence>false</CheckRoleExistence>
</JITProvisioning>
Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues: