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

Connection parameter breaks SAML login #11

Closed
zamd opened this issue Dec 29, 2016 · 3 comments · May be fixed by #106
Closed

Connection parameter breaks SAML login #11

zamd opened this issue Dec 29, 2016 · 3 comments · May be fixed by #106

Comments

@zamd
Copy link

zamd commented Dec 29, 2016

When the connection parameter is specified in the New Application form, it incorrectly gets encoded as & to login url instead of ? which fails the SAML login

Broken URL: https://{domain}.auth0.com/samlp/HbOLz0nYYKCwR0sjBf2MoUo2w5jaAGnI&connection=db

Working URL: https://internalserver.auth0.com/samlp/HbOLz0nYYKCwR0sjBf2MoUo2w5jaAGnI?connection=db

@pushpabrol
Copy link
Contributor

The connection parameter is being added with an & as the separator between url path and the query parameters but it should be using a ?. The SSO is not demonstrable because of this issue

@stale
Copy link

stale bot commented Oct 17, 2018

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the wontfix label Oct 17, 2018
@andyklaiber
Copy link

This is definitely still broken. I just worked around it using the custom url.

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

Successfully merging a pull request may close this issue.

5 participants