Get SAML Redirect Url
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The SAML connection to start a SAML login for.
One of samlConnectionId, organizationId, or organizationExternalId must be specified.
The ID of the organization to start a SAML login for.
The primary SAML connection in this organization will be used for logins.
One of samlConnectionId, organizationId, or organizationExternalId must be specified.
The externalId of the organization to start a SAML login for.
The primary SAML connection in this organization will be used for logins.
One of samlConnectionId, organizationId, or organizationExternalId must be specified.
This string will be returned back to you when you redeem this login’s SAML access code.
You can do anything you like with this state, but the most common use-case is to keep track of where to redirect
your user back to after logging in with SAML.
