@@ -8,7 +8,7 @@ This tutorial demonstrates how to create a connection within Informatica Intelli
### Connections
1. Open a browser window and browse to the [Mock Person API page](https://developer.wisc.edu/docs/person-api/1/routes/people/get). You will need to log in with your NetID. At the very bottom of the page, make note of the Token URL: https://api.wisc.edu/oauth/token
1. Open a browser window and browse to the [Mock Person API page](https://developer.wisc.edu/docs/person-api/1/routes/people/get). You will need to log in with your NetID. At the very bottom of the page, make note of the Token URL:
2. In the upper right of the developer.wisc.edu portal, click your name's drop menu and select _Apps_
...
...
@@ -30,7 +30,7 @@ This tutorial demonstrates how to create a connection within Informatica Intelli
- Select _REST V2 (Informatica Cloud)_
- Select your _Runtime Environment_
- Select _OAuth 2.0-Client Credentials_ in the drop menu for _Authentication_
- Paste https://api.wisc.edu/oauth/token in the _Access Token URL_ field (we got this from step 1 above)
- Paste in the _Access Token URL_ field (we got this from step 1 above)
- Paste API and Secret from step 3 into the _Client ID_ and _Client Secret_ fields
- Click the _Generate Access Token_ button next to the _Access Token_ field and it will auto-populate
- In the _Swagger File Path_ field, paste (this is a REST v2 OpenAPI specification file that may be different than the one you use in production later. IICS doesn't currently accept V3 and also frequently refers to this OpenAPI specification as a Swagger file.)