Only first login works, when launching app again, it doesnt #68
Unanswered
calgara12
asked this question in
Open Source
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a WPF .NET 4.8 app that needs to be switched to OIDC.
I have looked at the Samples, and managed to get the login working, however it only works on the first login, when I close my app and start it again, my browser gets launched, but i will not get redirected to my app. If I manually delete the cookies from my identity provider, then after I launch my app, it works again.
What could be causing this?
Also when my browser is launched the user does not need to enter credentials, he is verified by our authority provider through his windows credentials.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions