Skip to content

aulia-adil/How-to-Install-Keycloak-with-Nginx-Using-Docker-Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Install Keycloak with Nginx Using Docker Compose

Video tutorial:

Watch the video

Prerequisites:

We must've installed and understood:

  1. Docker
  2. Docker Compose
  3. cURL

Testing Keycloak endpoint

curl -H "Content-Type: application/x-www-form-urlencoded" -d "client_id=admin-cli" -d "username=admin" -d "password=admin" -d "grant_type=password" http://localhost:8040/realms/master/protocol/openid-connect/token

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published