Hacker News new | ask | show | jobs
by gostsamo 1646 days ago
sso, I think. you cannot authenticate with a Google, FB, or Apple account.
2 comments

That's not how that works. One common way here is OAuth2 which includes a callback URL such as:

https://internal.yourcompany.com/oauth2/callback?token…

That token in the callback does not require any kind of cookie to use for subsequent authenticated calls.

"Sign In with Google" works with third party cookies disabled.