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
error=invalid_request
error_description=The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Used unknown value '[select_account]' for prompt parameter&state=2de5rggpxxh
I seen in a github thread a way to handle it in a hacky way.
They explain in the thread that they need to refactor a lot of hydra code to implement it. Maybe it will came some day. Maybe not.
The hacky solution is to implement client-side session management and store multiple session tokens for each user account. You can then use these tokens to manage the accounts and allow the user to switch between them.
What should be done
Propose to save many accounts to let the user select the account he want's to use for the current login request.
Technical recommandation
Check if Hydra can manage it.
Is this task linked with any other ?
Can fix this issue lenra-io/backoffice#131
The text was updated successfully, but these errors were encountered: