mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#identityserver

0 posts0 participants0 posts today

I want to use a separate ASP.Net Identity Server (.Net 7) to secure my Blazor WASM app (I use Azure AD B2C but want to admit to run an "offline" mode on my laptop).

The .Net template has the Blazor WASM app and the Identity Server as the same ASP.Net app.

My preference is to use the `CascadingAuthenticationState` Blazor component, but I'm not sure how to configure the authorisation via `AddApiAuthorization()`.

Any ideas?

FYI @carlfranklin