adobe / adobe/aio-lib-ims

Support for IMS service token generation plugin

Open
#34 8 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
JavaScript
Stars
6
Forks
16
PR merge metrics
No merged PRs in 30d

Description

```
curl --location --request POST 'https://ims-na1-stg1.adobelogin.com/ims/token/v1' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--form 'grant_type=authorization_code' \
--form 'client_id=' \
--form 'client_secret=' \
--form 'scope= \
--form 'code='
```

Contributor guide

Open the contributing guide

Research direction

The issue names no files or tests. Use the supplied IMS token-generation curl request as the behavioral reference, then inspect the library's existing authentication and token entry points. Done means the JavaScript SDK supports generating an IMS service token with the shown grant type and fields.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
authentication
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.