IdentityPython / oidc-op

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

Token #63

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

claims interface (OAuth2ClaimsInterface) configuration (ASConfiguration) Rename and rewrote tests to be OAuth2 or OIDC based.