createSamlIdentityProvider
Creates a new SAML identity provider.
Arguments
Argument Name | Type | Description |
---|---|---|
samlIdentityProviderName |
String |
(Required) The name of the SAML Identity Provider. |
colorCode |
String |
DEPRECATED: Color code to be associated with the IDP. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
enabled |
Boolean |
If true, enables SAML Identity Provider. |
label |
String |
DEPRECATED: Label used by the UI to display the text. For example, a label for a UI button. |
metadata |
String |
The metadata of the SAML identity provider. |
ssoProvider |
SsoProvider |
Used to identify the SSO provider for displaying the branded SSO button on the login page. |
createSamlServiceProvider
Creates a new SAML service provider.
Arguments
Argument Name | Type | Description |
---|---|---|
entityId |
String |
(Required) Service provider entity ID (usually URI). |
serverUrl |
String |
(Required) URL for the service provider host. |
authnRequestsSigned |
Boolean |
Metadata will have AuthnRequestsSigned= |
digestAlgorithm |
SamlDigestAlgorithm |
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 |
SamlSignatureAlgorithm |
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= |
deleteSamlIdentityProvider
getSamlIdentityProvider
getSamlServiceProviderMetadata
modifySamlIdentityProvider
Modifies an existing SAML identity provider.
Arguments
Argument Name | Type | Description |
---|---|---|
samlIdentityProviderName |
String |
(Required) The name of the SAML Identity Provider. |
colorCode |
String |
DEPRECATED: Color code to be associated with the IDP. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
enabled |
Boolean |
If true, enables SAML Identity Provider. |
label |
String |
DEPRECATED: Label used by the UI to display the text. For example, a label for a UI button. |
metadata |
String |
The metadata of the SAML identity provider. |
newName |
String |
The new name for an existing object that is being renamed. |
ssoProvider |
SsoProvider |
Used to identify the SSO provider for displaying the branded SSO button on the login page. |
modifySamlServiceProvider
Modifies an existing SAML service provider.
Arguments
Argument Name | Type | Description |
---|---|---|
entityId |
String |
(Required) Service provider entity ID (usually URI). |
serverUrl |
String |
(Required) URL for the service provider host. |
authnRequestsSigned |
Boolean |
Metadata will have AuthnRequestsSigned= |
digestAlgorithm |
SamlDigestAlgorithm |
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 |
SamlSignatureAlgorithm |
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= |