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
  • 6397 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.
rgalaAuthor
Level 2
December 16, 2022

Hi Shikhartanwar,

 

Let me clarify that I'm using postman to trigger the consent request (using POST). Yes, I replaced api_key_from_console with my client-id. However, the result is still the same: I keep getting an invalid protocol error message in Postman. I followed your trick to add scopes to my client-id, but it did not change the outcome. Is there something I'm missing or am I doing something wrong? Thanks a lot