istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

Add support for setting cookie domain #113

Open dippynark opened 4 years ago

dippynark commented 4 years ago

It would be useful to be able to set the cookie domain attribute, for example for two domains app1.example.com and app2.example.com that are both authenticated using the same authservice instance you could set the domain to example.com so that if you authenticate to one you're already authenticated to the other.

I guess it'd involve a change here.