Support for Client Credential Grant Type
- Dominant language
- C#
- Stars
- 26
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Expected Behaviour
Support for OAuth2 client_credential grant type
As outlined in this blog post adobe is moving it OAuth support to Client Credential grant type.
Current esign api has deprecated the Integration key but not provided a suitable replacement.
https://blog.developer.adobe.com/important-update-for-developers-using-adobe-apis-bf25110d3b4
### Actual Behaviour
No support for Client Credential grant type.
https://corporate.na1.adobesign.com/public/static/oauthDoc.jsp#accessTokenRequest
PARAMETER | VALUE | REQUIRED? | DESCRIPTION
grant_type | authorization_code | yes | Value must always be "authorization_code"
Contributor guide
Research direction
No source files, tests, or entry points are named. Start by reading the existing authorization_code flow and the linked Adobe OAuth documentation, then determine the required client_credentials request and response behavior. Done means the grant type is supported and covered by tests, but the issue does not specify the relevant project locations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100