OIDC: Does Bulwark ever send prompt=login and prompt=select_account? #758
Unanswered
Almost-Senseless-Coder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I managed to set up Pocket ID with Bulwark, but there's an imporant limitation: Pocket ID only supports one session per browser. In theory, switching sessions should be possible by sending
prompt=select_account, but to my knowledge there's no way to tell Bulwark to do so.There's a workaround: I can open Pocket ID in a different tab (or as sidebar app) and log out of the current session, then add a different account; I'm not sure of the ramifications just yet, it's possible this'll cause all but one account in Bulwark to require reauthentication in a bit. Still, it's better than nothing for now.
There are other IdM providers like Zitadell which have multi ssession support, but that, too, hinges on either
prompt=loginorprompt=select_account. Does Bulwark ever send these?All reactions