I have two web applications
1: App-A
2: App-B
I have identity server 4 for authentication, App-A has its own ClientId, App-B has its own.
What i want is that once user logged in to App-A he will not re-authenticated for App-B. This works in case of Web-API as we have API-Resources but how it will work for Web applications.
Regards
Khurram Shahzad