Legacy Dev Forum Posts

 View Only

Sign Up

Authorization - Postman - JS Code

  • 1.  Authorization - Postman - JS Code

    Posted 06-05-2025 19:20

    alialjohani | 2018-09-12 18:52:01 UTC | #1

    Hi All,

    Please, what is the value and where can I get it regarding Authorization? As shown below:

    Is it the Client ID and Client Secret which asre genrated from OAuth? If so, then, these are expired after specific amount of time!

    I need to test APIs with Postman, and I want to add the authorization value in the header?

    Then, I would like to build my JS code based on these APIs by using simple POST/GET Ajax methods?

    Best Regards, Ali


    alialjohani | 2018-09-13 16:12:30 UTC | #2

    Hello Everyone,

    Any idea why I am having this page.

    However, when using .com (Not .ie), the following screen appears: These are the OAuth2 details in Postman.

    Also, I tried with following details:

    don't post your client secret! It's a password!

    Thank you and best regards, Ali


    tim.smith | 2018-09-13 16:15:28 UTC | #3

    1. Please regenerate your client secret. It has been compromised since you've posted it on a public forum. The client secret must always be handled with the same security as a password.
    2. Client IDs (and users) are tied to a region. You can't use a client from one region to authenticate in another region.
    3. Please review the Authorization and Postman documentation. You've misconfigured something.

    system | 2018-10-14 16:15:30 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 3542