Skip to content

Start IdP-initiated SAML SSO.

GET
/saml/idp/init
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/saml/idp/init

Starts IdP-initiated SSO for the sp EntityID. Without sp, returns an HTML Service Provider selection page. If the user is not authenticated, redirects to the configured login URL.

sp
string

Service Provider EntityID to start IdP-initiated SSO for.

Successful HTML response.

Media type text/html
string

Redirect response.

Location
string format: uri

Redirect target URL.