EntityID
: A globally unique ID (usually a URL) that identifies an Identity Provider or Service Provider.NameID
: A unique ID (usually an email address) that identifies a user at an Identity Provider.EntityID
is the URL for the Metadata.Redirect
), POST
requests via HTML forms, or Artifact
for more secure exchanges.RelayState
: State used by FleetWorks to hold information about a user verification request during the SSO flow.Setting | Value | Notes |
---|---|---|
EntityID | https://db.fleetworks.ai/auth/v1/sso/saml/metadata | Also known as SP Entity ID or Audience URI. |
Metadata URL | https://db.fleetworks.ai/auth/v1/sso/saml/metadata | Provides configuration details for FleetWorks. |
Metadata URL(download) | https://db.fleetworks.ai/auth/v1/sso/saml/metadata?download=true | Use this link to download the XML file if needed. |
ACS URL | https://db.fleetworks.ai/auth/v1/sso/saml/acs | Assertion Consumer Service URL. Also known as Single Sign-On URL or Reply URL. |
SLO URL | https://db.fleetworks.ai/auth/v1/sso/slo | Single Logout URL. (See note below) |
NameID Format | urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress or urn:oasis:names:tc:SAML:2.0:nameid-format:persistent | We recommend using emailAddress . |
NameID Value Required | Email Address | The user’s email address must be sent as the NameID. |