From e0292d49b84a3995e6b6c372518ccde6c4a77f82 Mon Sep 17 00:00:00 2001 From: Rebecca Amber Wheeler <rebecca.wheeler@wisc.edu> Date: Wed, 17 Aug 2022 08:54:42 -0500 Subject: [PATCH] Update docs/tutorials/PersonAPI/PersonAPIwRESTv2.md, scripts/link-checker-config.json --- docs/tutorials/PersonAPI/PersonAPIwRESTv2.md | 10 +++++----- scripts/link-checker-config.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tutorials/PersonAPI/PersonAPIwRESTv2.md b/docs/tutorials/PersonAPI/PersonAPIwRESTv2.md index 273314b..2a89fd1 100644 --- a/docs/tutorials/PersonAPI/PersonAPIwRESTv2.md +++ b/docs/tutorials/PersonAPI/PersonAPIwRESTv2.md @@ -2,13 +2,13 @@ This tutorial demonstrates how to create a connection within Informatica Intelli ### Prerequisites -- [Access to IICS](docs/on-boarding-to-iics.md) -- [Access to a working IICS secure agent](docs/best-practices/secure-agent.md) +- [Access to IICS](../../on-boarding-to-iics.md) +- [Access to a working IICS secure agent](../../best-practices/secure-agent.md) - [An App within the UW-Madison Developer Portal](https://developer.wisc.edu/get-started) ### 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: http://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: https://api.wisc.edu/oauth/token 2. In the upper right of the developer.wisc.edu portal, click your name's drop menu and select _Apps_ @@ -18,7 +18,7 @@ This tutorial demonstrates how to create a connection within Informatica Intelli  -4. [Log into IICS](docs/logging-in.md) with your NetID. +4. [Log into IICS](../../logging-in.md) with your NetID. 5. Chose the _Administrator_ tile in the My Services window. 6. Select _Connections_ in the left pane. 7. Select the _New Connection_ button in the upper right of the window. @@ -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 http://api.wisc.edu/oauth/token in the _Access Token URL_ field (we got this from step 1 above) + - Paste https://api.wisc.edu/oauth/token 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 <span>https://git.doit.wisc.edu/interop/iics/external-iics-docs/-/raw/master/docs/tutorials/PersonAPI/swagger.json (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.) diff --git a/scripts/link-checker-config.json b/scripts/link-checker-config.json index 6ea123f..461e321 100644 --- a/scripts/link-checker-config.json +++ b/scripts/link-checker-config.json @@ -1,7 +1,7 @@ { "ignorePatterns": [ { - "pattern": "docs/" + "pattern": "interop.it.wisc.edu" } ] } -- GitLab