Web API: saml2/acs
Jump to navigation
Jump to search
Samlsignin method accepts the SAML assertion from the identity provider and responses with the http status code 302 (Found) with an url to QPR ProcessAnalyzer containing the samlhash parameter (which can then be used in to login).
Url: POST /api/samlsignin Content-Type: application/x-www-form-urlencoded Body: Body (as form data with SAMLResponse): SAMLResponse=<assertiondata>
Example location: https://customer/qprpa/ui/#?sys:username=<username>&sys:samlhash=<samlhash>