v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
saml

SAML 2.0 Assertion Consumer Service (ACS) endpoint.

Implements the SAML 2.0 Assertion Consumer Service (ACS) endpoint supporting the POST and Artifact bindings.

post/saml/acs

Query parameters

string uri

URL to take the user to after the ACS has been verified. Often sent by Identity Provider initiated login requests.

OR
string uuid

UUID of the SAML Relay State stored in the database, used to identify the Service Provider initiated login request.

SAMLArtstring

See the SAML 2.0 ACS specification. Cannot be used without a UUID RelayState parameter.

SAMLResponsestring

See the SAML 2.0 ACS specification. Must be present unless SAMLArt is specified. If RelayState is not a UUID, the SAML Response is unpacked and the identity provider is identified from the response.