Replies: 1 comment 1 reply
-
The behaviour you are describing sounds pretty much as expected as a default.
How is the user information stored? Cookie? If you need to just clear the login token for that website then you need to workout how it is stored. If you wish to have a completely different cache for each |
Beta Was this translation helpful? Give feedback.
-
We use OidcClient.LoginAsync() and CefSharp.Wpf.ChromiumWebBrowser to load a webPage to do some authorization.
(for example:
However, we found ChromiumWebBrowser may remember this username and password information.
it would automatically redirect to the "https://account.XXX.net/".
(We guess some username and password information is automatically filled in "https://signin.XXX.net" webpage.)
We also can reproduce it in CefSharp.Wpf.example.
the step to reproduce:
However, we would like the user to enter sign-in information every time. (with the same username or password or with a different username or password.)
Do you have any way to clear this user information (maybe in cache or user session or someplace)??
Could we set some property in CefSettings or ChromiumWebBrowser to achieve it?
Thank you so much for your help.
Beta Was this translation helpful? Give feedback.
All reactions