Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (18 loc) · 1.45 KB

OAuthPlayground.md

File metadata and controls

34 lines (18 loc) · 1.45 KB

OAuth 2.0 Playground

The OAuth 2.0 Playground is an Adobe internet utility that enables developers to easily obtain an OAuth 2.0 access token for use in building and testing their integrations. Before you use the OAuth 2.0 Playground, you should already have created an integration you want to use for this purpose. The OAuth 2.0 Playground source code is also available for you to view and experiment with.

Steps to obtain a token:

  1. Go to OAuth 2.0 Playground

    op-1

  2. Go to the Adobe I/O Console

  3. Create an integration: choose to access an API, and then select the services with which you wish to integrate (such as Adobe Analytics > OAuth 2.0 Integration)

  4. Provide the Redirect URI pattern as https://runtime\\.adobe\\.io

    op-2

  5. Copy your API Key and Client Secret from your Adobe I/O Console integration to OAuth 2.0 Playground.

  6. Enter scopes as:
    openid,read_organizations,additional_info.projectedProductContext,additional_info.job_function

    op-3

  7. Click Generate Tokens.

  8. You will be prompted for login by Adobe. Log in using your Adobe ID.

    op-4

  9. Your tokens will be generated.

    op-5