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
. In the user interface, this corresponds to navigating to /connect/authorize, being redirected to the login screen in which user name and password is entered, creating the cookie through the GraphQL endpoint, getting redirected to the consent page, and pressing the buttons accept or deny. If the user does not press accept or deny but just navigates to some other page, then the cookie is never deleted. It will stay as long as session cookies live in the user's web browser or until the user does another login attempt and presses accept or deny buttons.
The text was updated successfully, but these errors were encountered:
Currently, the cookie is added in
metabase/backend/src/GraphQl/Users/UserMutations.cs
Line 201 in 92a29b6
metabase/backend/src/Controllers/AuthorizationController.cs
Line 153 in 92a29b6
metabase/backend/src/Controllers/AuthorizationController.cs
Line 363 in 92a29b6
metabase/backend/src/Controllers/AuthorizationController.cs
Line 373 in 92a29b6
/connect/authorize
, being redirected to the login screen in which user name and password is entered, creating the cookie through the GraphQL endpoint, getting redirected to the consent page, and pressing the buttons accept or deny. If the user does not press accept or deny but just navigates to some other page, then the cookie is never deleted. It will stay as long as session cookies live in the user's web browser or until the user does another login attempt and presses accept or deny buttons.The text was updated successfully, but these errors were encountered: