15five / django-scim2

A SCIM 2.0 Service Provider Implementation (for Django)
http://django-scim2.readthedocs.io/
Other
77 stars 27 forks source link

Extend custom authentication mechanisms to authenticate by request. #90

Closed PIG208 closed 1 year ago

PIG208 commented 2 years ago

As a follow-up to #78 and #82, we need further support for custom authentication by the request object itself instead of request.user. There is some ongoing work in #84 and #85, where the implementation details need to be determined.

logston commented 1 year ago

Thanks for this. Does the work in #85 meet your needs?

PIG208 commented 1 year ago

Yes. Thanks!