Web API: saml2/acs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''Saml2/ | '''Saml2/Acs''' accepts the SAML 2.0 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 the ''samlhash'' parameter in the the location (that is then used for [[Web_API:_Token|login]]). | ||
<pre> | <pre> | ||
Url: POST qprpa/ | Url: POST qprpa/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) |
Latest revision as of 12:30, 17 March 2025
Saml2/Acs accepts the SAML 2.0 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 the samlhash parameter in the the location (that is then used for login).
Url: POST qprpa/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>