Modify SAML configuration
Modifies SAML configuration for the organization. When changing the active parameter, it will enable SAML configuration. This will cause other authentication (login/password, etc.) methods to be disabled for that organization. Activation of SAML configuration will be blocked if there is no product on an enterprise plan or the organization contains an account that is added to another organization.
Authorizations
This API uses OAuth2 with the implicit grant flow. Learn about the implicit grant flow.
Body
The entrypoint URL of the identity provider; SSO redirects the AuthnRequest there.
The SAML certificate configured on the IDP side in PEM format.
The entity ID of the external identity provider; usually a URL.
The entity ID of Text Accounts; it has a default value that can be changed.
If true: the SAML configuration is enabled.
Response
OK: SAML configuration was modified.
The organization's SAML configuration.
The entrypoint URL of the identity provider; SSO redirects the AuthnRequest there.
The SAML certificate configured on the IDP side in PEM format.
The entity ID of the external identity provider; usually a URL.
The entity ID of Text Accounts; it has a default value that can be changed.
If true: the SAML configuration is enabled.
The version of the SAML configuration; currently either 1 or 2.