Web API: saml2/acs: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
m (Ollvihe moved page Web API: Samlsignin to Web API: saml2/Acs)
No edit summary
Line 1: Line 1:
'''Samlsignin''' accepts the SAML assertion from an identity provider (IdP) and responses with the HTTP status code 302 (Found) with a location (in HTTP response header) to QPR ProcessAnalyzer containing samlhash as a parameter in the the location (that is then used to [[Web_API:_Token|login]]).
'''Saml2/Acs''' accepts the SAML assertion from an identity provider (IdP) and responses with the HTTP status code 302 (Found) with a location (in HTTP response header) to QPR ProcessAnalyzer containing samlhash as a parameter in the the location (that is then used to [[Web_API:_Token|login]]).


<pre>
<pre>
Url: POST /api/samlsignin
Url: POST /api/saml2/Acs
Content-Type: application/x-www-form-urlencoded
Content-Type: application/x-www-form-urlencoded
Body: (as form data with "SAMLResponse" property)
Body: (as form data with "SAMLResponse" property)

Revision as of 16:43, 15 February 2022

Saml2/Acs accepts the SAML assertion from an identity provider (IdP) and responses with the HTTP status code 302 (Found) with a location (in HTTP response header) to QPR ProcessAnalyzer containing samlhash as a parameter in the the location (that is then used to login).

Url: POST /api/saml2/Acs
Content-Type: application/x-www-form-urlencoded
Body: (as form data with "SAMLResponse" property)
SAMLResponse=<assertiondata>

Example location (in the HTTP response header): https://customer.onqpr.com/qprpa/ui/#?sys:username=<username>&sys:samlhash=<samlhash>