MAUI IdentityServer Samples? #1217
Unanswered
ElliottBrand
asked this question in
Q&A
Replies: 1 comment
-
I'm interest in this too. I see how to authenticate with the Maui only: Authenticate with identityserver, but with Blazor Maui I not found an example. I don't know with BlazorWebView will accept that same settings that the Blazor only accept? |
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
-
Are there any samples out there that show how to integrate IdentityServer4 with MAUI? I already have Blazor sites setup with IdentityServer, so this will be needed in order to build native Blazor apps for them. I assumed I'd just add a few nuget packages and add some lines to the Startup.cs file in the main MAUI project, but I haven't had much luck so far.
Since most of my app is Blazor running in the BlazorWebView, that also complicates it when seeking examples that show how to wire it all up.
Beta Was this translation helpful? Give feedback.
All reactions