https://github.com/hackuna/aspnetcore-identity-keycloak-authentication
ASP.NET Core Identity with Keycloak Authentication Example
https://github.com/hackuna/aspnetcore-identity-keycloak-authentication
Last synced: about 1 year ago
JSON representation
ASP.NET Core Identity with Keycloak Authentication Example
- Host: GitHub
- URL: https://github.com/hackuna/aspnetcore-identity-keycloak-authentication
- Owner: hackuna
- License: mit
- Created: 2025-02-23T07:41:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-23T09:18:06.000Z (over 1 year ago)
- Last Synced: 2025-02-23T09:25:41.027Z (over 1 year ago)
- Language: C#
- Size: 851 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Core Identity with Keycloak Authentication
1. Run [Docker Compose](./compose.yaml) file: `docker compose up -d`
2. Open [Keycloak Admin Panel](http://localhost:7080) with credentials from [.env](./.env) file
3. Create Keycloak Client with Secret Credentials
4. Copy Secret to `KEYCLOAK_CLIENT_SECRET` property in [.env](./.env) file
5. Stop [Docker Compose](./compose.yaml) file: `docker compose down`
6. Run [Docker Compose](./compose.yaml) file: `docker compose up -d` again
7. Open [MVC Application](http://localhost:5000)
8. Register or Login Account with Keycloak Authentication