An open API service indexing awesome lists of open source software.

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.

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.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 Run

- [http://localhost:8080/](http://localhost:8080/) username : `admin` password : `admin`

```shell
docker-compose up -d
```