Back to index
Summary
SAML service provider Configuration representation.entityIdStringrequiredService provider entity ID (usually URI). serverUrlStringrequiredURL for the service provider host. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .authnRequestsSignedStringoptionalMetadata will have AuthnRequestsSigned= true/false in descriptor.digestAlgorithmStringoptionalSAML digest algorithm. enabledStringoptionalIf true, enables SAML service provider. groupClaimAttributeStringoptionalSecurity group claim attribute in the SAML response that contains the user groups. mdSigningEnabledStringoptionalIf true, sign service provider metadata. mdSigningPassphraseStringoptionalPassphrase use for service provider metadata signing private key. mdSigningPrivateKeyStringoptionalService provider metadata signing private key. mdSigningPublicCertificateStringoptionalService provider metadata signing public certificate. nameIdFormatStringoptionalNameID format such as urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified .passphraseStringoptionalPassphrase use for service provider private key. privateKeyStringoptionalService provider private key. publicCertificateStringoptionalService provider's public certificate. samlServiceProviderNameStringoptionalThe name of the SAML service provider. signatureAlgorithmStringoptionalSAML signature algorithm. userEmailAttributeStringoptionalThe mapping for the user email attribute in the SAML response. userFullNameAttributeStringoptionalThe mapping for the full user name attribute in the SAML response. wantAssertionsSignedStringoptionalMetadata will have WantAssertionsSigned= true/false in descriptor. |
Usage
There are no usage examples available forsamlServiceProvider
.