Hi,
I have configured the IDP application with the SAML protocol for an identity provider, and it's working correctly. But my question is: how can I adjust the user creation logic when the user authenticates with the identity provider and is redirected to the user application?
I have seen that this is done automatically, but in our case, we want to implement custom logic for this.
Thanks
You can use Custom_User_Check service action to customize the logic as per your requirement. Please refer below screenshot.
You can create new switch case on the basis of your application name. If case match your logic will get exectue.
regards
Thanks!! it helped me a lot!