jdtcn / HybridBlazor

Simultaneous Blazor Hosting Models and switching at runtime
MIT License
97 stars 24 forks source link

AZ authentication #2

Closed pallu closed 3 years ago

pallu commented 3 years ago

Hi, this is really exciting. How would I use it with AZ authentication? Would I use only one registration (like a server app) or two registrations (like a WASM app)?

jdtcn commented 3 years ago

Hi, for Azure it should work the same way, you need to add single registration to backend/server ASP.NET Core app.

pallu commented 3 years ago

Thanks!