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

auth_redirect = "/?parameter=foe" in config.toml cause token to not be successfuly created #893

Open
lucienhetu opened this issue Apr 25, 2020 · 1 comment

Comments

@lucienhetu
Copy link

Server version: 6.14.4
Issue: When auth_redirection parameter includes a question mark, authentication won't succeffuly execute.
Workaround: Do no use a question mark under the auth_redirect parameter of the config.toml file

@lucienhetu lucienhetu changed the title config.toml, auth_redirect = "/?box=round" auth_redirect = "/?parameter=foe" in config.toml cause token to not be successfuly created Apr 25, 2020
@firedragonironfist
Copy link

Hey@lucienhetu according to the my understanding of the issue should we avoid using a question mark in the "auth_redirect" parameter. Instead, we could use a different character, such as an underscore or a dash, to separate the base URL from any query parameters that we need to include.

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

2 participants