this post was submitted on 02 Dec 2023
14 points (93.8% liked)
Fediverse
17683 readers
12 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@haui_lemmy@lemmy.giftedmc.com I've implemented the "log in with Microsoft", "log in with Google", etc buttons in ASP.NET Core + Identity before - most of them just use OAuth2, which works pretty much the same way no matter what provider you're using.
OpenID Connect is an authorization layer built on top of OAuth2, so it could give you information about the user beyond just "they logged in and here's an access token". Maybe an OpenID Connect provider would be helpful in this use case - it seems to be designed to solve a problem much like this.
Thanks! This information is very helpful. Now we just need everyone to use it. :)