sotsera / sotsera.blazor.oidc

OpenID Connect client for Blazor client-side projects
https://blazor-oidc.sotsera.com/
Apache License 2.0
20 stars 8 forks source link

Rethink the library #15

Open ghidello opened 4 years ago

ghidello commented 4 years ago

Update

On hold waiting for dotnet/aspnetcore#17014 and specifically for dotnet/aspnetcore#18783


Some of the main focus points

brettwinters commented 4 years ago

All good!

One thing that would be nice (but much less common use case) is for multi-tenant support. I'm thinking about a workflow where the Blazor client (after asking for the user's email address or getting it from the hostname) would fetch user's IDP metadata for their tenant from a back end service then config sotsera.blazor.oidc dynamically...

ghidello commented 4 years ago

@brettwinters good point. The configuration will have to be stored in the local or session storage for supporting the redirect flows. I'll think about it.