createSamlServiceProvider
Creates a new SAML service provider.
Arguments
Argument Name | Type | Description |
---|---|---|
entityId |
String |
Service provider entity ID (usually URI).(Required) |
serverUrl |
String |
URL for the service provider host.(Required) |
authnRequestsSigned |
Boolean |
Metadata will have AuthnRequestsSigned= |
digestAlgorithm |
String |
SAML digest algorithm. |
enabled |
Boolean |
If true, enables SAML service provider. |
groupClaimAttribute |
String |
Security group claim attribute in the SAML response that contains the user groups. |
mdSigningEnabled |
Boolean |
If true, sign service provider metadata. |
mdSigningPassphrase |
String |
Passphrase use for service provider metadata signing private key. |
mdSigningPrivateKey |
String |
Service provider metadata signing private key. |
mdSigningPublicCertificate |
String |
Service provider metadata signing public certificate. |
nameIdFormat |
String |
NameID format such as
|
passphrase |
String |
Passphrase use for service provider private key. |
privateKey |
String |
Service provider private key. |
publicCertificate |
String |
Service provider’s public certificate. |
samlServiceProviderName |
String |
The name of the SAML service provider. |
signatureAlgorithm |
String |
SAML signature algorithm. |
userEmailAttribute |
String |
The mapping for the user email attribute in the SAML response. |
userFullNameAttribute |
String |
The mapping for the full user name attribute in the SAML response. |
wantAssertionsSigned |
Boolean |
Metadata will have WantAssertionsSigned= |
deleteSamlServiceProvider
getSamlServiceProvider
getSamlServiceProviderMetadata
modifySamlServiceProvider
Modifies an existing SAML service provider.
Arguments
Argument Name | Type | Description |
---|---|---|
entityId |
String |
Service provider entity ID (usually URI).(Required) |
serverUrl |
String |
URL for the service provider host.(Required) |
samlServiceProviderName |
String |
The name of the SAML service provider. |
authnRequestsSigned |
Boolean |
Metadata will have AuthnRequestsSigned= |
digestAlgorithm |
String |
SAML digest algorithm. |
enabled |
Boolean |
If true, enables SAML service provider. |
groupClaimAttribute |
String |
Security group claim attribute in the SAML response that contains the user groups. |
mdSigningEnabled |
Boolean |
If true, sign service provider metadata. |
mdSigningPassphrase |
String |
Passphrase use for service provider metadata signing private key. |
mdSigningPrivateKey |
String |
Service provider metadata signing private key. |
mdSigningPublicCertificate |
String |
Service provider metadata signing public certificate. |
nameIdFormat |
String |
NameID format such as
|
passphrase |
String |
Passphrase use for service provider private key. |
privateKey |
String |
Service provider private key. |
publicCertificate |
String |
Service provider’s public certificate. |
signatureAlgorithm |
String |
SAML signature algorithm. |
userEmailAttribute |
String |
The mapping for the user email attribute in the SAML response. |
userFullNameAttribute |
String |
The mapping for the full user name attribute in the SAML response. |
wantAssertionsSigned |
Boolean |
Metadata will have WantAssertionsSigned= |