Changes between Version 3 and Version 4 of Origami


Ignore:
Timestamp:
02/25/14 16:34:11 (10 years ago)
Author:
dabantz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Origami

    v3 v4  
    8080https://demo.origamirisk.com/origami/account/login?account=UofAK 
    8181 
     82At the vendor end, the authentication request sent is a POST with the following XML payload: 
    8283 
     84{{{ 
     85<?xml version="1.0" encoding="UTF-8"?> 
     86<samlp:AuthnRequest ID="_4241073183472CBDEA1BB2FCE42AB2E2" Version="2.0"  
     87   IssueInstant="2014-02-05T00:55:15Z"  
     88   Destination="https://idp.alaska.edu/idp/profile/SAML2/POST/SSO"  
     89   ForceAuthn="false"  
     90   IsPassive="false"  
     91   ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"  
     92   AssertionConsumerServiceURL="https://demo.origamirisk.com/Origami/SSO/SamlLogin? 
     93      providerAccount=UofAK"  
     94xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"> 
     95<saml:Issuer  
     96xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">https://demo.origamirisk.com 
     97</saml:Issuer> 
     98<samlp:NameIDPolicy AllowCreate="true" /> 
     99</samlp:AuthnRequest> 
     100}}} 
    83101UA OIT Project Manager is Toni Abbey.  A target completion date for integration with UA Shibboleth login is 10 February 2014. 
    84102