OKTA Auth0 Postman Collection

Overview

Postman collection provide the settings required to access Auth0 integration. Please follow the screenshot to input credentials provided to you.

 

Postman Collection

Setup Grant types - Postman

Applications can use one of two OAuth2 grant types:

  • Authorization Code (SSO) used for browser applications where the user authenticates as themselves.

    • Replace Call back URL with the one you provided to us.

      image-20241201-170531.png

    • Please input client id and secret we shared through email. NOTE: Please use Auth Code Grant (SSO) credentials here

      image-20241201-170716.png



    • Please input organization we shared through email.

    • Once above steps are completed you should be able to hit get access token and input player/user credentials through browser.



  • Client Credentials (Machine to Machine) used for server-side applications where the service authenticates as the service and establishes a session.

    • Please input client id and secret we shared through email. NOTE: Please use Machine-to-Machine (M2M) credentials here

    • Once above step is completed you should be able to hit send and receive access token back

    • Copy the above received access token and paste it in request to hit endpoint with this access token as shown in below screenshot.

    • Hit send button and you should be able to hit the endpoint and receive response successfully.

Â