justtrust me is a demo/testing OIDC token issuer. It will accept any claims as query parameters and mint valid OIDC tokens with them.
Needless to say, do not trust anything about this.
Interesting endpoints:
- /
- /token
- /token?aud=sts.amazonaws.com&likes_dogs=true&debug=true
- /keys
- /.well-known/openid-configuration
?debug=true
is a special query arg that will render a decoded token.