apifest / apifest-oauth20

ApiFest OAuth 2.0 Server - API security. The ApiFest OAuth 2.0 Server Java implementation of OAuth 2.0 protocol
http://apifest.com
69 stars 44 forks source link

Add application parameters to client_credentials tokens #34

Closed apostolterziev closed 9 years ago

apostolterziev commented 9 years ago

Sometimes when an application is registered, the parti that register the application in the OAuth server needs to associate specific state with it. For example a company, that issues a clientId and a client secret to a customer might need to map a token fetcheed using those credentials to an internal ID. The propesed solution works as follows: