Skip to content

eitan101/oauth2-app-mock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apps Demo

With Userinfo Endpoint

create .env file with the following properties:

OAUTH2_CLIENT_ID=cVst-hietkse9uNr3fdvMnVFh-IOxmC2
OAUTH2_CLIENT_SECRET=************
OAUTH2_CALLBACK_URL=http://localhost:3000/callback
OAUTH2_AUTHORIZATION_URL=https://login-poc.auth0.com/authorize
OAUTH2_TOKEN_URL=https://login-poc.auth0.com/oauth/token
OIDC_USERINFO_URL=https://login-poc.auth0.com/userinfo%

run:

docker run --rm -it --env-file .env -p 3000:3000 eitanya/oauth2-app-mock

Without Userinfo Endpoint

Same as above, just omit the OIDC_USERINFO_URL.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • HTML 14.3%
  • Dockerfile 1.7%
  • CSS 0.8%