Okta
This walkthrough creates a SAML 2.0 app integration in Okta and collects the three values the CyberGuard SSO form needs: the IdP Entity ID, the Metadata URL, and a matching SP Entity ID.
Before you start
Section titled “Before you start”Open Extra → Settings → SSO in CyberGuard in a second tab and note the SP Entity ID shown there — Okta calls the same thing the Audience URI. You also need your CyberGuard base URL, because the single sign-on URL is derived from it:
<base_url>/api/accounts/saml/0/acs/For example, https://cyberguard.guardiangrid.ai/api/accounts/saml/0/acs/.
Create the app integration
Section titled “Create the app integration”-
Open your Okta admin console (it looks like
https://<your-org>.okta.com/admin/dashboard). -
In the sidebar menu, go to Applications → Applications.
-
Select Create App Integration.
-
Choose SAML 2.0 and select Next.
-
Give the app a name and select Next.
Configure SAML
Section titled “Configure SAML”-
Set Single sign-on URL to
<base_url>/api/accounts/saml/0/acs/. -
Set Audience URI (SP Entity ID) to exactly the SP Entity ID from the CyberGuard SSO form.
-
Set Application username to Email. CyberGuard matches accounts on the email address, so this has to be right.
-
Add the Attribute Statements that carry the user’s names:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givennamefor the first namehttp://schemas.xmlsoap.org/ws/2005/05/identity/claims/surnamefor the last name
-
Select Next, fill in the feedback page however you like, and select Finish.
Collect the values
Section titled “Collect the values”-
On the application’s Sign On tab, open the SAML 2.0 settings box.
-
Copy the Metadata URL — this is the Metadata URL in CyberGuard.
-
Copy the Issuer — this is the IdP Entity ID in CyberGuard.
Grant access
Section titled “Grant access”-
Open the Assignments tab of the application.
-
Select Assign and choose whether to assign individual people or groups.
Finish in CyberGuard
Section titled “Finish in CyberGuard”-
Go to Extra → Settings → SSO and tick Enable SSO.
-
Set Provider to SAML.
-
Paste the IdP Entity ID and the Metadata URL you copied from Okta.
-
Check that the SP Entity ID still matches the Audience URI you registered in Okta.
-
Save. The login page now shows a Login with SSO button.
Related
Section titled “Related”- SSO overview — the full field reference and the auto-provisioning options.
- Microsoft Entra ID — the equivalent walkthrough for Entra ID.
- Users — creating the accounts SSO will sign in.
