Zetect Usage Guide Admin PortalSwitch portal ⇄

Application → SSO Config

Federated sign-in settings. Zetect acts as the identity provider and the application as the service provider, so this tab is where the two exchange the identifiers and certificates that let them trust one another.

Application → SSO Config screen
Application → SSO Config — captured from the h-technova tenant.

How to use it

  1. Open the application and select SSO Config.
  2. Choose the protocol — SAML 2.0 or OIDC.
  3. For SAML, enter the service provider Entity ID and ACS (Assertion Consumer Service) URL supplied by the vendor.
  4. Configure the NameID format and any attribute statements the application expects.
  5. Download Zetect's IdP metadata or signing certificate and give it to the application owner.
  6. For OIDC, register the redirect URI and copy the generated client ID and secret into the application.
  7. Save, then test by launching the application from the Launchpad.

Field reference

FieldDescription
Entity IDUnique identifier for the service provider. Must match exactly what the application sends.
ACS URLWhere Zetect posts the SAML assertion after authentication.
NameID formatThe identifier format asserted — commonly email address or persistent.
Attribute statementsExtra identity attributes included in the assertion, such as firstName or department.
Redirect URI (OIDC)Permitted callback URL. A mismatch is the most common cause of OIDC failures.

Example — Dummy SAML settings

Entity IDhttps://salesforce.com/h-technova
ACS URLhttps://h-technova.my.salesforce.com/?so=00D
NameIDEmailAddress
AttributesfirstName, lastName, email