Adobe Identity Management Services (IMS) OAuth and identity endpoints
- URL
-
https://ims-na1.adobelogin.com - Docs
- https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/ims
api_key=<credential> /?api_key=<credential> In Adobe Developer Console, create or open a project, choose Add API, select an API that supports OAuth User authentication, and create one of the user-auth credential types (for example Web App, Single Page App, or Native App). Use the credential's Client ID and, for confidential clients, Client Secret from the project credential overview. See the User Authentication guide and implementation guide.
api_key=<credential> In Adobe Developer Console, create or open a project, choose Add API, select an API that supports OAuth Server-to-Server, and create the credential. Then use the credential's Client ID and Client Secret from the project credential overview to get access tokens with the client_credentials grant. See the Server to Server authentication guide and implementation guide.