orgs

Retrieve the SAML Authentication settings for this Organization.

Retrieve the SAML Authentication settings for this Organization.

get/orgs/{org}/saml-authentication

Response

Retrieved the SAML Authentication settings.

saml_auth_enabledboolean required
saml_auth_enforcedboolean required
saml_metadata_inlinestring

If configured, SAML metadata will be used as entered instead of retrieved from a remote URL.

saml_metadata_inline_webappstring nullable

When configured, this inline SAML metadata is used instead of the legacy app SAML configuration when signing into the new Cloudsmith web application.

saml_metadata_urlstring uri nullable

If configured, SAML metadata be retrieved from a remote URL.

saml_metadata_url_webappstring uri nullable

When configured, this SAML metadata URL is used instead of the legacy app SAML configuration when signing into the new Cloudsmith web application.

Changes