IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
64 stars 26 forks source link

Token #62

Closed rohe closed 3 years ago

rohe commented 3 years ago

Started with the fact that the OAuth2 token endpoint where missing. Had to add OAuth2 versions of

Rename and rewrote tests to be OAuth2 or OIDC based.