adobe/aio-lib-ims

Support for IMS service token generation plugin

オープン

#34 opened on 2020/04/30

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (15 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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=<your service client Id>' \
--form 'client_secret=<your client secret>' \
--form 'scope=<scopes> \
--form 'code=<your permanent auth code>'

コントリビューターガイド