jentz / vigilant-dollop

Command-line OIDC client, get a token without all the fuss
MIT License
1 stars 0 forks source link

Add token introspection as per RFC 7662 #28

Closed jentz closed 1 week ago

jentz commented 3 months ago

Add support for token introspection as defined by RFC 7662

This should implemented as a new subcommand that supports the token introspection endpoint.

The tool must at least support client authentication with client credentials.

remcojansen commented 2 months ago

Created PR #35 that adds basic introspection support with a new subcommand.