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

API HL documentation authentication depends on the remember_me feature activation #18299

Open
cedric-anne opened this issue Nov 13, 2024 · 0 comments · May be fixed by #18301
Open

API HL documentation authentication depends on the remember_me feature activation #18299

cedric-anne opened this issue Nov 13, 2024 · 0 comments · May be fixed by #18301
Assignees

Comments

@cedric-anne
Copy link
Member

The authentication using the authorizationCode flow requires the remember_me feature to be enabled and the Remember me checkbox to be checked during the authentication.
See

if ($auth->getAlternateAuthSystemsUserLogin(\Auth::COOKIE)) {

If the feature is disabled or if the checkbox is not checked, it leads to an infinite redirection loop.

The feature can be disabled from the Setup > General setup > Auto login form.
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant