Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 1.86 KB

README.md

File metadata and controls

65 lines (50 loc) · 1.86 KB

mock-oidc

Mock OpenID Connect sign-in for test environments

Build Status

UsageContributorsLicense


Usage

docker run -d --name mock-oidc -p 8093:8093 devoxa/mock-oidc
  • Authentication endpoint: http://localhost:8093/auth
  • Token endpoint: http://localhost:8093/token
  • User info endpoint: http://localhost:8093/userinfo

Contributors

Thanks goes to these wonderful people (emoji key):

David Reeß
David Reeß

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT