Triggering https://ims-na1.adobelogin.com/ims/authorize/v1?response_type=code&client_id= returns invalid protocol | Community
Skip to main content
Level 2
December 15, 2022
Question

Triggering https://ims-na1.adobelogin.com/ims/authorize/v1?response_type=code&client_id= returns invalid protocol

  • December 15, 2022
  • 1 reply
  • 6419 views

Hi Adobe I/O team,

 

I'm following your introduction to Adobe I/O Events Webhooks guide as I want to trigger a webhook call on certain events. However, every time I try to enable consent, as described here: https://github.com/AdobeDocs/adobeio-events/blob/stage/intro/webhooks_intro.md#receiving-events, I get the following error in postman: Invalid protocol: adobe+MY_CLIENT_ID. Any help would be greatly appreciated, since I'm a bit lost!

 

Rafael

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adobe Employee
December 16, 2022

Hi @rgala,

If you are trying the below consent request, make sure to do the following:

  1. Replace <api_key_from_console> with your own client-id.
  2. Make sure your client-id has the requested scopes. Notice how the consent request has the AdobeID, openid and creative_sdk scopes. One trick is to add the "Creative Cloud Libraries" API which basically adds the requested scopes to your client-id.
Adobe Employee
December 19, 2022

Interesting. I am not sure why that is happening then.

Can you share the request you are trying to execute? Also, have you tried once with the browser (maybe Postman is not able to understand the redirects).

rgalaAuthor
Level 2
December 19, 2022

The screenshot doesn't provide much help in debugging this further. What if you can share a document that only I can view (my adobe email id is stanwar@adobe.com)?

Also, one of my speculation would be that this client-id is not enabled for all types of accounts. How are you logging in after you enter the consent link in the browser?


It's a pity that the screenshot doesn't help! So far, I haven't found a way to share an Adobe IO project with anyone. Could you please let me know where I can find that option? How can I check if all of the types are enabled in my client-id? Can I check that using an API call? I am using a browser to log in.