Hello guys,
I need some help on a scenario I need to implement.
My users are using mobiles apps (iOS & Android). They have the access token and the id token.
They can also login to a web app and navigate through it.
In a specific scenario, I want to take my user from the mobile app to a specific page of the web app via a webview. My question is, is it possible to skip the login page in the webview, and take my users to the web app page authenticated ? Can i use the id token/access token via a param url to silently login and access the web app in the web view ? What are the best pratices here ?
Thanks again