django-oidc-provider icon indicating copy to clipboard operation
django-oidc-provider copied to clipboard

332 add claims supported

Open geoff-va opened this issue 5 years ago • 2 comments

Completes #332

  • Adds OIDC_CLAIMS_SUPPORTED option to oidc settings.py, which defaults to empty list
  • Adds claims_supported entry to ProviderInfoEndpoint, retrieved from settings.py
  • Added tests for this in test_provider_info_endpoint.py
  • Added Docs for entry in settings.rst

geoff-va avatar Jul 27 '19 18:07 geoff-va

Thanks for this, it is exactly what I was looking for and planning on implementing. Initial testing works well, will do more thorough testing over the next week. I hope it can be merged in soon.

balsdorf avatar Aug 08 '19 17:08 balsdorf

Awesome enhancement!

JackAtOmenApps avatar Aug 09 '19 00:08 JackAtOmenApps