Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simukti/openid-connect-tester
A simple web-based tester for OpenID-Connect.
https://github.com/simukti/openid-connect-tester
go oidc oidc-client openid openid-connect single-sign-on
Last synced: 7 days ago
JSON representation
A simple web-based tester for OpenID-Connect.
- Host: GitHub
- URL: https://github.com/simukti/openid-connect-tester
- Owner: simukti
- License: mit
- Created: 2024-02-16T11:16:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T03:16:43.000Z (6 months ago)
- Last Synced: 2024-10-30T04:59:49.357Z (about 2 months ago)
- Topics: go, oidc, oidc-client, openid, openid-connect, single-sign-on
- Language: Go
- Homepage: https://hub.docker.com/r/simukti/openid-connect-tester
- Size: 499 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
A simple web-based tester for [OpenID-Connect](https://openid.net/developers/how-connect-works/).
## Run via docker container
```
docker run --platform linux/amd64 -p 3000:3000 simukti/openid-connect-tester
```Or customize server address bind using the `SERVER_ADDRESS` environment variable.
```
docker run --platform linux/amd64 -p 9000:9000 -e SERVER_ADDRESS=0.0.0.0:9000 simukti/openid-connect-tester
```**NOTE**: This application only use in-memory storage and browser session during runtime.
## Web UI
### Configuration Page
![config](/assets/img/config.png)
### User Info Page
![config](/assets/img/user_info.png)
## LICENSE
[MIT](./LICENSE.txt)