- Run Docker Compose file:
docker compose up -d
- Open Keycloak Admin Panel with credentials from .env file
- Create Keycloak Client with Secret Credentials
- Copy Secret to
KEYCLOAK_CLIENT_SECRET
property in .env file - Stop Docker Compose file:
docker compose down
- Run Docker Compose file:
docker compose up -d
again - Open MVC Application
- Register or Login Account with Keycloak Authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
ASP.NET Core Identity with Keycloak Authentication Example
License
hackuna/AspNetCore-Identity-Keycloak-Authentication
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ASP.NET Core Identity with Keycloak Authentication Example