You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP Basic Auth support for introspection (Fix issue #709) (#725)
* fix issue #709
- Add a new mixin that allows authenticating with HTTP basic auth, credentials in body or access tokens
- Introduce and abstraction in views.generic to initialize the OauthLibMixin
- Change parent class of IntrospectTokenView from 'ScopedProtectedResourceView' to 'ClientProtectedScopedResourceView'
* fix failing tests after master merge
- test failed because they sent url query params in a post request. That is no longer allowed for security purposes.
- Fix: send query params as POST body instead of query params
* add newline
* update AUTHORS and CHANGELOG
* fix flake8 failing tests
* document RESOURCE_SERVER_INTROSPECTION_CREDENTIALS
Co-authored-by: Asif Saif Uddin <[email protected]>
Co-authored-by: Mariano ramirez <[email protected]>
Co-authored-by: Mattia Procopio <[email protected]>
Co-authored-by: Alan Crosswell <[email protected]>
0 commit comments