-
Hello all, I'm new to Ory although I like what I see so far. I'm working on a project that entails a bunch of modular applications (mostly SPAs) that I want to connect with a single authentication service to allow permissions control and access across applications. Obviously we don't want our users to have to re-authenticate every time they move to a new module. Think moving between gmail, docs, and google calendar etc. Generally speaking application instances will be deployed on subdomains not separate TLDs which from reading other discussions here I gather will simplify the matter. I've done my best to comb through the docs for answers, and if I've missed an explicit answer to this feel free to point me to it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, if those apps are all deployed under the same TLDs, then this will just work with Ory! :) Make sure to set in your Custom Domain config the cookie domain to your tld (e.g. Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi, if those apps are all deployed under the same TLDs, then this will just work with Ory! :)
Make sure to set in your Custom Domain config the cookie domain to your tld (e.g.
example.org
notsubdomain.example.org
).Hope this helps!