alehuo / oidc-provider-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenID Connect server example

  1. Run docker-compose up -d
  2. Go to http://localhost:8081 and insert users.sql into oidcprovider database
  3. Go to https://openidconnect.net/
  4. Fill in the relevant information to test the server:
  • Discovery document URL: http://localhost:8080/.well-known/openid-configuration
  • Authorization token endpoint: http://localhost:8080/auth
  • Client ID: foo
  • Client secret: bar
  • Scope: openid profile email
  1. Click "Start" and login with john@doe.com and helloworld as password.

About


Languages

Language:HTML 56.6%Language:TypeScript 39.9%Language:JavaScript 2.3%Language:Dockerfile 1.2%