IdentityPython / oidc-op

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

Use filter_scopes in check_unknown_scopes_policy #138

Closed nsklikas closed 2 years ago

nsklikas commented 2 years ago

I was trying to implement a custom scopes handler and this approach allows for greater flexibility.

nsklikas commented 2 years ago

I also pushed a fix for scopes that are not defined in the scopes to claims mapping