-
I am currently trying to implement WebAuthentication with Microsoft/ Apple/ Google sign-in in my application. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
So, I finally got it to work. The last issue seems to have something to do with the Browser. because I was able to sign-in with an android emulator by manually calling the correct controller method after signing in and landing on the signin-google 500 error page. This means, the cookie was set correctly but something seems to go wrong in the GoogleHandler. By manually catching the specific Error in Startup.cs, I was able to overcome this issue;
and
|
Beta Was this translation helpful? Give feedback.
So, I finally got it to work. The last issue seems to have something to do with the Browser. because I was able to sign-in with an android emulator by manually calling the correct controller method after signing in and landing on the signin-google 500 error page. This means, the cookie was set correctly but something seems to go wrong in the GoogleHandler.
By manually catching the specific Error in Startup.cs, I was able to overcome this issue;