In order to be able to go through this tutorial using your own tenant you will have to have a few things set up and and available to you

Setting up your credentials

In order to use this page you will need to set up your client credentials in your tenant

  1. Go in your tenant menu in the top left corner and click on Administration -> Application Setup
  2. Next you will go to Common Setup -> Client Management
  3. You then click the "Create" button in the top left
  4. Add a name and select the "Interactive" radio button.
  5. Make sure the grant type is set too "Authorization Code Flow"
  6. Then in the input box for "Redirect URL" you will input the URL you want the authorization code to be sent to. In this case of this example it will be "https://tpp-technologies.net/webtech/qa/offdimensions/OIDC_walkthrough1.html"
  7. For the "Logout Redirect URL" you can put in the same url as above
  8. Finally hit "Save". After a few seconds you will be able to click the "refresh" button. Now you will be able to copy your "Client Id" and generate and copy your "Client Secret"

Variables

Now you will input all the variables necessary to go through the steps and are unique to each set of client credentials. Once you are complete, please click the confirm button. Please note, "Variables" will change from client to client, "Parameters" will always be the same


Parameters






You will now be creating a link that will be used to get your authorization code. Below are the required parameters.






Now you should see a code parameter that is located within the address bar. Normally, you would need to grab the parameter. In this case it has been done for you and the code has been autofilled.

Headers
Body