You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
content: String that specifies the unique customer API Key that CloudHealth generates. See [How to Get Client API ID](#partner_how-to-get-client-api-id).
11
11
- name: sso_provider
12
12
required: yes
13
-
content: String that specifies the unique display name of an AWS account. Specify `samlp` (SAML), `google-apps` (Google Apps), or `waad` (Azure AD).
13
+
content: String that specifies the unique display name of an AWS account. Specify `ah-saml` (SAML), or `ah-waad` (Azure AD).
14
+
- name: issuer
15
+
required: yes
16
+
content: String that specifies the SAML Issuer or Entity ID.
14
17
- name: domains
15
18
required: yes
16
19
content: Array that specifies SSO domains, with each domain specified in `company.com` format.
@@ -28,14 +31,14 @@ parameters:
28
31
content: Boolean that specifies whether the IdP does not support passing the organization to which a new user should be assigned. Default value is `false`.
29
32
- name: azure_ad_roles_protocol
30
33
required: yes, if `sso_provider == waad`
31
-
content: Boolean that specifies whether the Azure Roles protocol is used to pass roles to the CloudHealth Platform. Default value is `true`.
34
+
content: Boolean that specifies whether the Azure Roles protocol is used to pass roles to the CloudHealth platform. Default value is `true`.
{"success":"SSO configured for CloudHealth Technologies", "configuration_url": "www.provider.com/configure" }
41
+
{"identityProviderId":"<idp-guid>","verifyCertAlias":"cloudhealth-<id>","samlMDidpRedirectBindingURL":"<sign_in_endpoint>","issuer":"<issuer>","cert":"<cert>","message":"SSO configured for <customer>"}
0 commit comments