
BruceD.72494 (Dendreon) asked a question.
I need an application to "Prompt for re-authentication" whenever the user logs out of the app. Setting this in the sign-in policy does prompt for the password but does not ask or show the user account.
Users are signing in via Okta through the app login screen and not logging directly into the Okta dashboard.
Is there a way to get it to also ask for the username or at least show the username?
Thanks

Force authentication is just there to validate the credentials of a known user in Okta when there is a critical application transaction. In your scenario, you are only clearing your application session when someone logout, Still Okta session exists. So the only way user is going to get re-prompted for username is when their Okta session timeout. Your application should implement a single logout.
https://help.okta.com/en/prod/Content/Topics/Apps/Apps_Single_Logout.htm#:~:text=Single%20Logout%20(SLO)%20is%20a,to%20end%20the%20Okta%20session.