Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions connection-guides/lms/infosec.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: "Infosec IQ"
description: "How to obtain the credentials required to connect to Infosec IQ."
---
import IntegrationFooter from "/snippets/integration-footer.mdx";

<Warning>
You must have administrator access in your Infosec IQ account to complete these steps.
</Warning>

## Collect your Credentials

<Steps>
<Step title="Generate an API Key">
In your Infosec IQ admin console, navigate to **Account Settings → API Keys**.
Click **Create API Key**, provide a descriptive name, then click **Save** to get your API Key.
<Frame>
<img className="rounded-md" alt="Infosec IQ API Key generation"
src="/images/infosec/api-key-generation.png"
style={{ margin:'0 auto', border:'1px solid #efefef' }} />
</Frame>
</Step>

<Step title="Select Your Server URL">
Determine the correct server region for your account and select the corresponding URL:
- North American Server: `https://securityiq.infosecinstitute.com`
- EU Server: `https://securityiq-eu.infosecinstitute.com`
<Frame>
<img className="rounded-md" alt="Infosec IQ server region selector"
src="/images/infosec/server-url-selection.png"
style={{ margin:'0 auto', border:'1px solid #efefef' }} />
</Frame>
</Step>

<Step title="Copy Your Credentials">
Copy the following details exactly as shown to use when setting up the connection:
- **API Key** (e.g., `c1c11me7-7ffa-4a7e-915f-1633e0bb83e5`)
- **Server URL** (choose one of the two options above)
</Step>
</Steps>

## Linking Your Infosec IQ Account
<Steps>
<Step title="Enter Your Credentials">
Enter the **API Key** and **Server URL** collected above into the connection setup form.
</Step>
<Step title="Click Connect">
Click the **Connect** button. The system will validate the key and server URL by performing a simple API call to the selected server region.
</Step>
</Steps>

<IntegrationFooter />
48 changes: 48 additions & 0 deletions connection-guides/lms/peoplefluent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: "PeopleFluent"
description: "How to obtain the credentials required to connect to PeopleFluent."
---
import IntegrationFooter from "/snippets/integration-footer.mdx";

<Warning>
You must have administrator access in your PeopleFluent account to complete these steps.
</Warning>

## Collect your Credentials

<Steps>
<Step title="Create an Administrator User">
In PeopleFluent, go to **Manage Center → Users → User Manager → Users**.
Click **Create**, enter the user details, and assign a **System Administrator** role (or a system role with unrestricted access to **User Manager** and **Users**). Click **Save**.
<Frame>
<img className="rounded-md" alt="PeopleFluent create admin user"
src="/images/peoplefluent/create-admin-user.png"
style={{ margin:'0 auto', border:'1px solid #efefef' }} />
</Frame>
</Step>

<Step title="Collect Your Credentials">
Gather the following fields:
- **Username** — the administrator user’s login.
- **Password** — the administrator user’s password.
- **Company Domain** — taken from your login URL. For a URL like
`https://my-domain.learning.peoplefluent.net/ekp/servlet/ekp/login`, enter `my-domain`.
<Frame>
<img className="rounded-md" alt="PeopleFluent credential fields"
src="/images/peoplefluent/credentials.png"
style={{ margin:'0 auto', border:'1px solid #efefef' }} />
</Frame>
</Step>
</Steps>

## Linking Your PeopleFluent Account
<Steps>
<Step title="Provide Your Credentials">
Enter **Username**, **Password**, and **Company Domain** in the connection form.
</Step>
<Step title="Click Connect">
Click **Connect** to verify credentials and establish the connection.
</Step>
</Steps>

<IntegrationFooter />
Binary file added images/infosec/api-key-generation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/infosec/server-url-selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/peoplefluent/create-admin-user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/peoplefluent/credentials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ import { IntegrationTile } from '/snippets/integration-tile.mdx';
<IntegrationTile logo={'https://stackone-logos.com/api/cornerstone/filled/png'} title={'Cornerstone Library'} category={'LMS'} link={'/connection-guides/lms/cornerstone_library'} />
<IntegrationTile logo={'https://stackone-logos.com/api/cornerstone/filled/png'} title={'Cornerstone Library (Single Tenant)'} category={'LMS'} link={'/connection-guides/lms/cornerstone_library_single_tenant'} />
<IntegrationTile logo={'https://stackone-logos.com/api/go1/filled/png'} title={'GO1 Library'} category={'LMS'} link={'/connection-guides/lms/go1_library'} />
<IntegrationTile logo={'https://stackone-logos.com/api/peoplefluent/filled/png'} title={'PeopleFluent'} category={'LMS'} link={'/connection-guides/lms/peoplefluent'} />
<IntegrationTile logo={'https://stackone-logos.com/api/infosec/filled/png'} title={'Infosec IQ'} category={'LMS'} link={'/connection-guides/lms/infosec'} />

## Screening
<IntegrationTile logo={'https://stackone-logos.com/api/veremark/filled/png'} title={'Veremark'} category={'Screening'} link={'/connection-guides/screening/veremark'} />
Expand Down