Uninett / drf-oidc-auth

OpenID Connect authentication for Django REST Framework
MIT License
0 stars 0 forks source link

Allow multiple issuers #7

Closed stveit closed 1 year ago

stveit commented 1 year ago

Adds support for multiple JWT issuers.

Makes Bearer auth rely on having the INFO_ENDPOINT setting configured. Previously this could be gotten from OIDC_ENDPOINT, but since the OIDC_ENDPOINT now rely on knowing the Issuer of the token, its no longer suitable for using with Bearer auth.

Adds response content to test output if the test fail because of a response status code or something