IdentityPython / oidc-op

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

Refactor scopes configuration #130

Closed nsklikas closed 3 years ago

nsklikas commented 3 years ago

I went ahead and implemented the behavior described in https://github.com/IdentityPython/oidc-op/issues/127. I hope you agree with my approach.

If this PR is merged then the custom_scopes add on should be deprecated. I didn't delete it in case someone uses it in his installation but added a warning.

Closes #127

rohe commented 3 years ago

Sorry, should have reply long time ago. Was busy elsewhere. I'm OK with your proposal. I don't see any obvious problems with it.