gmail - Stay signed in Google across browser restarts via SSO (single-sign-on)? -


is there way stay signed in google accounts across browser restarts if credentials managed through sso identity provider?

after each browser restart redirects single-sign-on site (e.g. okta) requires enter password site.

https://support.google.com/a/answer/4421331?hl=en says "the stay signed in checkbox selected default" doesn't seem "selected default" if don't password page.

see https://community.okta.com/thread/2200

there 2 distinct questions here. first 1 deals identity providers (idp) okta , way works depends on several configuration settings , other factors. in general, if user has authenticated saml idp (e.g., okta), still has valid session and service provider (i.e., google) has been configured redirect sign-on requests, okta can generate saml response, pass google , user gain access protected resource (i.e., google app) without being challenged login again regardless of whether browser restarted. okta developer guide describes process in detail.

if session okta has expired whatever reason, user able login in once using one-time token new session cookie.

the second question has 'stay signed in' checkbox in google. unrelated identity assertions there no 3rd party idp in play -- user context stored in cookie , solution above, persistence of non-persistent cookie entirely dependent on how browser configured manage this.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -