Using token to skip login page

Is that possible to share authentication token between apps and use it to skip login page? For example, when I login in my app in a sub-domain, I’ll save the token and when user go to the next application on my other sub-domain I pass along the token with him, and as he has the token he won’t be prompt with login page.

Hi @devops4,

This kind of sounds like you are talking about SSO. The difference between what you are describing and SSO is that each application is issued a token specific to that application. Typically we aren’t sharing tokens between applications, unless you are using that token to request a resource, e.g. a SPA + API.

Let me know if that makes sense,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.