Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single Sign On #5

Open
Siecje opened this issue Sep 26, 2017 · 0 comments
Open

Single Sign On #5

Siecje opened this issue Sep 26, 2017 · 0 comments

Comments

@Siecje
Copy link
Owner

Siecje commented Sep 26, 2017

You will need to login for each subdomain.

If the domain is set to .domain in resp.set_cookie() then the browser should send the cookie for all subdomains but for some reason the client isn't setting the cookie when the domain is set to that.

I'm testing with .localhost maybe that is special?

In /etc/hosts I have

127.0.0.1 one.localhost
127.0.0.1 two.localhost

In conf.d/service1.conf I have

listen 80;
server_name one.localhost;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant