You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: