How to handle redirection with OIDC SSO

0
I'm trying to implement SSO through OIDC in my App, But I'm facing a challenge with redirection. So, currently our requirement is that after sign-in through SSO i want it to redirect two different pages based on user roles defined for the user in the admin panel.
asked
1 answers
0

Hello Vikas,

Based upon the user role after OIDC login, mendix will automatically redirect them to the correct page , you can add additional logic in CustomUserProvisioning MF.

 

Mendix Community - Exchange Details

 

image.png

answered