Skip to content

Commit

Permalink
NPM updates and corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
csalas-yubico committed Jul 22, 2024
1 parent b6c4b46 commit f9b92fc
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 214 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Your actions outputs menu should look like the example below.

Once complete, press the **Exit Edit Mode** button on the top of the menu.

A new menu should appear showing the outputs you just defined with empty **Value** fields. For each output, you will add a data pill from the **REST step** and **the second** **Script step** sections on the right side of the menu
A new menu should appear showing the outputs you just defined with empty **Value** fields. For each output, you will add a data pill from the **Script step** section on the right side of the menu

Use the table below to correlate the correct data pill to a label.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ If the REST option does not appear then you have not activated the IntegrationHu

### Connection details

First we will add our API credentials to the REST call. We will utilize the connection alias that was created earlier in this guide.
First we will configure the connection to the YubiEnterprise endpoint. Unlike the previous request, we do not need to supply the API token as we are calling the `/.well-known` endpoint on the YubiEnterprise Console (this will also change the base URL used by the steps in this action).

Ensure that the Connection field is set to **Define Connection Inline**.

Change the **Bse URL** to https://console.yubico.com
Change the **Base URL** to https://console.yubico.com

![Connection details final](/img/pre-reg/pr-12.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/fido-pre-reg/flows/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ When complete, click **Done**.

## Call the YubiEnterprise get shipment (Pre-reg) action again

Next, we are going to call to the YubiEnterprise API to get details about the shipment again. This is due to ServiceNow not being able to provide values outside of thee conditional loop.
Next, we are going to call to the YubiEnterprise API to get details about the shipment again. This is due to ServiceNow not being able to provide values outside of the conditional loop.

We will begin by adding the YubiEnterprise get shipment (Pre-reg) action directly outside of the conditional loop.

Expand Down
Loading

0 comments on commit f9b92fc

Please sign in to comment.