bells17 / go-keycloak-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-keycloak-example

Requirements

  • Go
  • Docker
  • docker compose

Run

  1. Run current command in terminal-1.

    $ make up
    
  2. Run current command in terminal-2.

    $ make run-saml
    
  3. Access to http:localhost:8000/hello

    You will be redirected to http://localhost:8080/realms/sample/protocol/saml and login with the following user:

    • user: sample
    • password: sample

  4. Logged-in user information will be displayed.

About

License:Apache License 2.0


Languages

Language:Ruby 72.7%Language:HTML 14.0%Language:JavaScript 7.7%Language:Go 3.2%Language:CSS 1.5%Language:Makefile 0.9%