Missing distinction between public and confidential clients #81
Labels
enhancement ✨
New feature or request
good first issue ✅
Good for newcomers
hacktoberfest
low priority 🐢
This is not high on our priority list
Currently there is not distinction between confidential and public clients as it is needed by RFC6749
We should add an attribute "type" for the Client-Object.
In the Authorization Grant Flow Access Token is used, we need not only the client_id in the payload but also the client credentials in the authoriation header if it is a confidential client. see RFC 6749 4.1.3
Currently it is not really based on the Client but on the grant_type and the requireClientAuthentication option. As it lacks distinction theoretically a public client has to send client_secret.
The text was updated successfully, but these errors were encountered: