Endpoint
GET /samlp/{clientId}
Use this endpoint to accept a SAML request to initiate a login.
Optionally, you can include a connection parameter to log in with a specific provider. If no connection is specified, the Auth0 Login Page will be shown.
Optionally, SP-initiated login requests can include an organization parameter to authenticate users in the context of an organization. To learn more, see Organizations.
Path Parameters
string
required
Client ID of your application.
Body Parameters
string
Connection to use during login.
string
Organization ID, if authenticating in the context of an organization.