Cloud Management API 1.5

IdentityProviders

An Identity Provider represents a SAML identity provider (IdP) that is linked to your RightScale Organization, and is trusted by the RightScale dashboard to authenticate your organization's end users. To register an Identity Provider, contact your account manager.

Actions

index

Lists the identity providers associated with this enterprise account.

URLs
GET /api/identity_providers
HTTP response code
200 OK
Content-type
application/vnd.rightscale.identity_provider;type=collection

Required roles

Parameters

name required type values regexp blank? description
filter no Array * * no See below for valid filter parameters.
view no String default * no Specifies how many attributes and/or expanded nested relationships to include.

Filters

name partial_match? description
name yes The name of the identity provider to filter on.

show

Show the specified identity provider, if associated with this enterprise account.

URLs
GET /api/identity_providers/:id
HTTP response code
200 OK
Content-type
application/vnd.rightscale.identity_provider

Required roles

Parameters

name required type values regexp blank? description
view no String default * no Specifies how many attributes and/or expanded nested relationships to include.