18
Views
2
Comments
Solved
Using IDP SSO redirect user base don roles to respective page
Application Type
Reactive

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.

2020-09-21 11-35-56
Sachin Waghmare
Solution

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


2023-02-28 05-45-34
Bharat koshti

Thanks @sachin waghmare 

this help me n sort out my issue. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.