django-oidc-provider/oidc_provider/lib
Andy Clayton 9d5c2b39fa support introspection on client credentials tokens
The response can simply omit fields that require id_token as the only
required field is "active" according to RFC 7662. I think it would be
nice for introspection of client credentials tokens to be supported by
default without needing to override
OIDC_INTROSPECTION_VALIDATE_AUDIENCE_SCOPE, but this is a start.
2018-07-06 11:41:09 -05:00
..
endpoints support introspection on client credentials tokens 2018-07-06 11:41:09 -05:00
utils Merge pull request #251 from q3aiml/userinfo-cors-preflight 2018-07-02 14:20:21 -03:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
claims.py Fix PEP8. 2018-03-23 15:46:12 -03:00
errors.py Add token introspection endpoint to satisfy https://tools.ietf.org/html/rfc7662 2018-04-23 10:47:01 +01:00