-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
enhancement ✨New feature or requestNew feature or requestgood first issue ✅Good for newcomersGood for newcomerslow priority 🐢This is not high on our priority listThis is not high on our priority list
Description
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.
maricnmaricn
Metadata
Metadata
Assignees
Labels
enhancement ✨New feature or requestNew feature or requestgood first issue ✅Good for newcomersGood for newcomerslow priority 🐢This is not high on our priority listThis is not high on our priority list