I am using Spring Security Oauth2 with keycloak 10 to authenticate my app users.
Can anyone tell me how to ask an authenticated user to provide his credentials again when trying to do sensitive actions on the app?
Keycloak has a parameter named prompt that must be forwarder from my app to keycloak, but I don't know how to do that.
Thanks for your help