Adding OAuth2 to Identity Library #59943
Unanswered
DavidThielen
asked this question in
Q&A
Replies: 1 comment
-
If you want to go with standards (which is kinda recommended) there is an article here on how to add OpenID Connect for login: Basically just replace values for the Identity Provider you want, and you can present links accordingly to the users. It can get complicated to maintain multiple providers in one app though, so depending on your specific use case it might make sense to use an intermediary like Entra External ID. (Your app only integrates with Entra and Entra integrates with Google, Meta, Apple, etc.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all;
I have a Blazor InteractiveServer app and added
Identity Library
using the Add | New Scaffold Item.I want to allow users to register where their identity is verified using their Google, Microsoft, or Meta identity. I believe that can be added to
Identity Library
, but I can't find anything.I am not using
Blazor Identity
as this code was written originally using .NET 6.thanks - dave
Beta Was this translation helpful? Give feedback.
All reactions