Skip to content

Commit

Permalink
Merge pull request wso2#1830 from ShanChathusanda93/support-5.18.187.…
Browse files Browse the repository at this point in the history
…x-full-jit-prov-config-branch

[IS-5.11.0]Add config for JIT provisioning validation
  • Loading branch information
ShanChathusanda93 authored Sep 17, 2021
2 parents 4096d66 + 70556ba commit 9db1f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@
<JITProvisioning>
<UserNameProvisioningUI>{{authentication.jit_provisioning.username_provisioning_url}}</UserNameProvisioningUI>
<PasswordProvisioningUI>{{authentication.jit_provisioning.password_provisioning_url}}</PasswordProvisioningUI>
<AllowAssociatingToExistingUser>{{authentication.jit_provisioning.associating_to_existing_user}}</AllowAssociatingToExistingUser>
</JITProvisioning>

{% if outbound_provisioning_management.reset_provisioning_entities_on_config_update is defined %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
"authentication_policy.check_account_exist": true,
"authentication.jit_provisioning.username_provisioning_url": "/accountrecoveryendpoint/register.do",
"authentication.jit_provisioning.password_provisioning_url": "/accountrecoveryendpoint/signup.do",
"authentication.jit_provisioning.associating_to_existing_user": false,

"application_mgt.enable_role_validation": true,
"event.default_listener.workflow.priority": "10",
Expand Down

0 comments on commit 9db1f17

Please sign in to comment.