Hello,
I want to use SSO by using IDP in reactive web app,
I have two login pages one with normal login flow without SSO and second one is SSO Login page.
Both pages are in one common module i.e Theme module,
If user Logged in by using SSO link he should be redirected to Respective module. like eg, x user logged in n he is admin then he should be redirected to admin page ,or Y user trying to access SSO logged then he should be redirected to Non admin module.
I tried in different modules separately it is working fine but from single page i want to redirect it to respective pages , can anyone help me how shall i achieve this. as i didn't get user id for role check in SSO.
Hello @Bharat koshti,
Please refer the below posts which will help you to understand how you will get the roles while authenticating the user using SSO.
https://www.outsystems.com/forums/discussion/87255/idp-how-to-check-role-if-we-have-implemented-sso-through-idp/
https://www.outsystems.com/forums/discussion/93537/authentication-of-users-from-azure-ad/
Thanks,
Sachin
Thanks @sachin waghmare
this help me n sort out my issue.