Skip to content

This demo app shows how to use Keycloak for authentication and authorization in a Blazor Webassembly app as frontend and an ASP.NET Core Web API as backend.

Notifications You must be signed in to change notification settings

marpet91/blazor-keycloak-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Webassembly using Keycloak for Authentication and Authorization

Requirements

Run Project

  • First Step: Start Keycloak
    • Change directory to /blazor-keycloak
    • Run Commandline: docker-compose up
  • Second Step: Start API and Client
    • Open Project in for example Visual Studio 2022
    • Setup multiple Startup Projects
      • Blazor.Keycloak.Api
      • Blazor.Keycloak.Client
    • Start Projects

About

This demo app shows how to use Keycloak for authentication and authorization in a Blazor Webassembly app as frontend and an ASP.NET Core Web API as backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.6%
  • HTML 11.7%
  • CSS 7.7%
  • JavaScript 4.5%
  • Dockerfile 0.5%