Identity server 4 authentication for Web App and Mobile native both at same time

Viewed 8

Hello I am trying to achieve following scenario.
We have Identity server 4 with multiple web MVC apps and Single sign on and Single Sign out works perfectly fine. We are using cookies based approach.

What is want to achieve

We want to create one mobile native application which will open one of the client registered with Identity server 4 in browser.

Question

How we can achieve, that once user get's logged into mobile native app with Identity server 4 it should automatically logged in to the web app opened in browser in that native app

0 Answers
Related