Web API: saml2/acs

From QPR ProcessAnalyzer Wiki
Revision as of 17:19, 5 October 2021 by Ollvihe (talk | contribs) (Created page with "'''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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>