Skip to content

Commit edca208

Browse files
Merge pull request #9972 from mendix/kv-saml-provisioning
SAML: CustomUserProvisioning is deprecated
2 parents aeea9f9 + f8cbf5f commit edca208

File tree

1 file changed

+4
-0
lines changed
  • content/en/docs/marketplace/platform-supported-content/modules/SAML

1 file changed

+4
-0
lines changed

content/en/docs/marketplace/platform-supported-content/modules/SAML/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,10 @@ It is possible to customize this microflow to determine the correct user. Whiche
487487

488488
#### CustomUserProvisioning {#customuserprovisioning}
489489

490+
{{% alert color="info" %}}
491+
Starting from version 4.0.0 of the SAML module, the `CustomUserProvisioning` microflow is deprecated.
492+
{{% /alert %}}
493+
490494
When selecting in the SSO configuration to run the `customUserProvisioning` action (previously known as `CustomLoginLogic`), you can update the new or retrieved user with additional information from the assertion. All the assertions are passed into the microflow in the parameter `AssertionAttributeList`, and these can be transformed and stored in the user record. Also, additional roles can be granted to the users based on the assertion attributes.
491495

492496
#### CustomAfterSigninLogic

0 commit comments

Comments
 (0)