luke10x / oauth-testbed

Examples of using OIDC in various applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose run reactapp 'npm install'
docker-compose up -d
docker-compose logs -f

This will start the web app (Notice the HTTPS even for local dev, this is required for window.crypto.subtle to work)

Keycloak admin

Keycloak is not easy to configure:

  • To export the entire realm: Realm Settings -> Action (Top Right) -> Partial export
  • To export client: Clients -> [three-dots for each client] -> Export

How to configure Keycloak container Spring OAuthh docs

Migrating to Nix-shell

This project started with docker and compose, but nix-shell would be more suitable for local development

About

Examples of using OIDC in various applications


Languages

Language:TypeScript 49.4%Language:JavaScript 26.5%Language:Java 11.4%Language:HTML 6.7%Language:CSS 4.1%Language:Shell 1.1%Language:Dockerfile 0.8%