django-oidc-provider
django-oidc-provider copied to clipboard
332 add claims supported
Completes #332
- Adds
OIDC_CLAIMS_SUPPORTED
option to oidcsettings.py
, which defaults to empty list - Adds
claims_supported
entry toProviderInfoEndpoint
, retrieved fromsettings.py
- Added tests for this in
test_provider_info_endpoint.py
- Added Docs for entry in
settings.rst
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.
Awesome enhancement!