BlazorOIDC icon indicating copy to clipboard operation
BlazorOIDC copied to clipboard

Server-side Blazor with OIDC authentication (IdentityServer4)

Repo for my 2019-12 articles:

Blazor Authentication with OpenID Connect

Blazor Login Expiration with OpenID Connect

Blazor OpenID Connect API Token Refresh

The access_token_refresh branch has the code for the third article.

Based on ASP.NET Core 3.1.

This sample includes support for the following:

  • login
  • logout
  • anonymous content
  • login expiration
  • API access token refresh