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
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
The authentication using the
authorizationCode
flow requires theremember_me
feature to be enabled and theRemember me
checkbox to be checked during the authentication.See
glpi/src/Glpi/Api/HL/Middleware/CookieAuthMiddleware.php
Line 45 in 5067f3b
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.The text was updated successfully, but these errors were encountered: