DuendeSoftware / Support

Support for Duende Software products
20 stars 0 forks source link

OIDC flow back button via SAML/OIDC flows #1289

Closed kkdeveloper7 closed 1 month ago

kkdeveloper7 commented 1 month ago

Which version of Duende IdentityServer are you using? 7

Which version of .NET are you using? 8

Describe the bug

I have a question how to handle user back button browser navigation when using SAML/OIDC flows. At some point browser will navigate you to the IDP website to authenticate that will produce 200 (for SAML). Eventually user will land on the application page and log out. Upon logout, if user continues to click back button they will end up on same IDP website that will redirect a user and sign them in.

Is there a desired way to handle this scenario?

kkdeveloper7 commented 1 month ago

I think I was able to resolve this issue. Can be closed.