custom authentication
Peter Schober
peter.schober at univie.ac.at
Fri Nov 4 07:35:02 EDT 2016
* Virajitha Sarma <virajitha.sarma at globallogic.com> [2016-11-04 12:30]:
> Can IdP maintain sessions and perform SSO if the same application is
> launched from different browsers.
No. A session means state, both at the server and at the client.
(Well, actually the Shibboleth IDP can recreate the server state from
the data the client sent, but that's the inverse/opposite of your
question here.)
> 1. Using Firefox, logged into webapplication that is using IdP to achieve
> SSO.
> 2. If the same web application is launched in chrome while the session is
> still active in IdP, will SSO happen here?
No, because Chrome does not share state (e.g. Cookie storage or HTML5
Local Storage) with Firefox.
-peter
More information about the users
mailing list