https://github.com/natthasath/docker-keycloak
Keycloak is an open-source identity and access management solution providing Single Sign-On (SSO), user federation, identity brokering, and social login. It supports OAuth 2.0, OpenID Connect, and SAML protocols, with customizable authentication and user management.
https://github.com/natthasath/docker-keycloak
docker-compose keycloak openid realm
Last synced: over 1 year ago
JSON representation
Keycloak is an open-source identity and access management solution providing Single Sign-On (SSO), user federation, identity brokering, and social login. It supports OAuth 2.0, OpenID Connect, and SAML protocols, with customizable authentication and user management.
- Host: GitHub
- URL: https://github.com/natthasath/docker-keycloak
- Owner: natthasath
- License: mit
- Created: 2025-03-07T08:03:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T08:04:34.000Z (over 1 year ago)
- Last Synced: 2025-03-09T14:23:07.594Z (over 1 year ago)
- Topics: docker-compose, keycloak, openid, realm
- Language: YAML
- Homepage: https://www.keycloak.org/
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker Keycloak
Keycloak is an open-source identity and access management solution providing Single Sign-On (SSO), user federation, identity brokering, and social login. It supports OAuth 2.0, OpenID Connect, and SAML protocols, with customizable authentication and user management.



### 🏆 Run
- [http://localhost:8080/](http://localhost:8080/) username : `admin` password : `admin`
```shell
docker-compose up -d
```