I have identity server and 2 asp mvc applications. I'm using openId Hybrid flow to authenticate. Each application has it's own client id. Both applications are not connected and both are using different user account to log in.
Is it possible to sign in to app A without having access to app B which is the case. Currently SSO kick in when I log in to one of the apps(either A or B).
Is it possible to disable SSO ?