The idpConfigInfo object contains configuration and integration details regarding a third-party Identity Provider (IdP).
This object contains the following members:
Name | Description | Type |
---|---|---|
enabled | Specifies whether this third party IdPconfiguration is enabled. | boolean |
idpConfigurationID | UUID for the third-party IdP configuration. | UUID |
idpMetadata | Metadata for configuration and integration details for SAML 2.0 single sign-on. | string |
idpName | Name for retrieving IdP provider for SAML 2.0 single sign-on. | string |
serviceProviderCertificate | A PEM format Base64 encoded PKCS#10 X.509 certificate to be used for communication with this IdP. | string |
spMetadataUrl | URL for retrieving Service Provider (SP) Metadata from the Cluster to provide to the IdP for establish a trust relationship. | string |