SSO login with SAML

1
Hi, I have a requirement where i need to do some customisation in the existing process of SSO Login with SAML where i want to show the specific page to the user if the account is not found. But i am not able to figure it out in which microflow i have to make the changes, tried making changes in Mendix SSO_CreateUsers or startup microflows but nothing is working. Also, not able to debug in local.   Please advise how to proceed!
asked
1 answers
1


SSO with SAML will have user provisioning logic , first of all in the SAML Module , you can allow user creation . 
In the User provisioning microflow , if there is no role mapped to the account , add Anonymous role to it and add the role base page in Navigation for Anonymous .
SSO with SAML will have user provisioning logic , first of all in the SAML Module , you can allow user creation . 
In the User provisioning microflow , if there is no role mapped to the account , add Anonymous role to it and add the role base page in Navigation for Anonymous .

answered