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
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
it replaces the existing M2M credential provider (with reasonable backwards compatibility);
the client credentials are manageable via the credential admin API;
the client credentials are manageable via the credential admin UI.
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
The text was updated successfully, but these errors were encountered: