Blazor WebAssembly

Blazor WebAssembly will soon (end of May) be released. As of preview 5, Blazor WebAssembly has Open ID Connect (OIDC) support built in. Some guidance on how to connect to okta would be very useful. Looking for information on how to setup blazor configuration to authenticate through okta as well as how to have the web api layer verify the okta token. A sample project would be great.

thanks,
~ Paul

Hi Paul,

Have you seen this blog post? https://developer.okta.com/blog/2019/10/16/csharp-blazor-authentication

Yes, I’ve seen that. That is for blazor server side however. Thanks.