https://github.com/i-e-b/microauth
A very small OAuth server for testing
https://github.com/i-e-b/microauth
test-tools working
Last synced: 12 months ago
JSON representation
A very small OAuth server for testing
- Host: GitHub
- URL: https://github.com/i-e-b/microauth
- Owner: i-e-b
- License: bsd-3-clause
- Created: 2020-12-07T14:08:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T14:39:55.000Z (over 5 years ago)
- Last Synced: 2025-01-27T12:11:17.189Z (about 1 year ago)
- Topics: test-tools, working
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microauth
A very small OAuth2 server for testing
This works with OpenIdConnect flows, specifically based around the Okta commercial provider.
(mostly because they don't provide any reasonable test harnesses)
This should be treated as a basis for your test set-up.
There is no guarantee it will work out-of-the-box.
DO NOT EVER use this for production security. It is a test tool.