Skip to main content

SpDetails

Import this model from the entry point of its package:

import { SpDetails } from '@sailpoint/angular-sdk/global_tenant_security_settings';

Properties

NameTypeDescriptionNotes
role(optional) stringFederation protocol role[default to undefined]
entityId(optional) stringAn entity ID is a globally unique name for a SAML entity, either an Identity Provider (IDP) or a Service Provider (SP).[default to undefined]
alias(optional) stringUnique alias used to identify the selected local service provider based on used URL. Used with SP configurations.[default to undefined]
callbackUrlstringThe allowed callback URL where users will be redirected to after authentication. Used with SP configurations.[default to undefined]
legacyAcsUrl(optional) stringThe legacy ACS URL used for SAML authentication. Used with SP configurations.[default to undefined]