Blazor WebAssembly Google authentication | not abble to logout #23878
-
Hey. I followed another Discussion for the authentication to get it working. I also tired out the solution from @javiercn (Repo). My problem is, that I cannot successfull logout on the client and login to another google account. When i reload the site, I immediately get back logged in. Then I tried out the iPS from https://identityserver.io/ with changing only these parameters:
ResponseType = "code" because there is no other ClientId setup for implicit flow and also there is no client secret? Am I missing something in the spec in general? Thank you for your help, I really appreciate it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@BernhardNinaus thanks for contacting us. Google doesn't support logout, so the best we can do is log you out locally. |
Beta Was this translation helpful? Give feedback.
@BernhardNinaus thanks for contacting us.
Google doesn't support logout, so the best we can do is log you out locally.