Hello! I have a question about the usage of Oauth ...
# talk-kratos
b
Hello! I have a question about the usage of Oauth
prompt=select_account
. We are using a self-hosted Kratos with several OIDC providers (google, ms and apple) and we would like to prompt our users with the providers window that would allow them to select the desired account or add a new one (even when they only have one). Does anybody know how to use
prompt=select_account
? Thanks in advance! 😄
actually, I think
prompt=login
will work too. I saw that this query param will be used in the Oauth URL if
isForce
(i.e. refresh is true)
How am I supposed to make refresh true? I can't make it work even when sending
?refresh=true
on the
self-service/login/browser
request
I get
refresh: false
on the response
@channel does anyone have any input on this? 🙏
p
I've noticed that there has been a feature request issue opened but without any comments from Ory: https://github.com/ory/kratos/issues/2709. Could you folks please take a look and comment if it's on your radar 🙏