TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

Credential provider for confidential clients #310

Open byewokko opened 9 months ago

byewokko commented 9 months ago

OAuth 2.0 requires that confidential clients use at least basic authentication when communicating with the authorization server. For this purpose, let's introduce a client credential provider such that

related #309