Prompt param at login and consent app

What about ‘prompt’? The specification says it has 4 possible values (none, login, consent and select_account). The last one seems not supported by Ory Hydra. Is it right?

Could be useful for us, because we use some kind of sso, and logout from app not implies logout from sso, and when you choose to login again, maybe the user wants to log in with another identity.

Thanks!

It’s not supported because hydra does not allow multiple authentication sessions at the moment. As the recommendation is to not store authentication state in the login app, we’re implying that hydra should handle multiple authN session in order to add select_account.