© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•15mo ago•
9 replies
Connor

How to authenticate a chrome extension using blazor server

Our users sign in to the blazor app using the standard identity authentication with their own username and password. We want users to be able to authenticate themselves to use the chrome extension by being redirected to sign in to blazor app. There's so many different auth flows that I don't know what makes the most sense here. Is oauth2/openiddict overkill?
We just need to get basic information about the user: name, email. As well as authorize them to use a couple endpoints that the extension uses. The authorization needs to be added in addition to the current authorization we use.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How do I implement the Chrome API Sidepanel with a Blazor browser extension?
C#CC# / help
2y ago
❔ Minimum Chrome version for Blazor Server (NET 6.0)
C#CC# / help
4y ago
Blazor Server
C#CC# / help
2y ago
Using Blazor WebAssembly for client interactions in Blazor Server
C#CC# / help
2y ago