How to do sso redirection based on device?

0
Hello,   I am using OIDC connect module to enable users to login via SSO. I would like to have a different redirection based on the device they are using. Currently, when I login on mobile, I am redirected to my desktop page.   Do you know how to solve this issue?   Thanks for help
asked
1 answers
0

There is a microflow called getAuthorizationUrl where you can set the redirect url. By using the redirect url you can redirect a user to a different page other then the homepage.

answered