Changes

Jump to: navigation, search

Single Sign-On

18 bytes added, 19:02, 5 January 2023
SAML Authorization Request Example
===SAML Authorization Request Example===
An AuthnRequest Example below is sent by the Service Provider (SmartSimple) to the Identity Provider in the SP-SSO initiated flow. 
<div id="mw-content-text" lang="en-GB" dir="ltr" class="mw-content-ltr">
<pre> <?xml version="1.0" encoding="UTF-8"?> <samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" AssertionConsumerServiceURL="https://alias.smartsimpleqa.com/SAML2/" Destination="https://whateveristheidentityproviderurl/adfs/ls/spinitiatedsignon" ID="alias.smartsimple.com_QADEV_6CD95AEAD41525F565318B82A46B022E" IssueInstant="2023-01-05T13:56:36Z" ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" ProviderName="aliasname" Version="2.0"> <saml:Issuer>https://alias.smartsimple.com</saml:Issuer> <samlp:NameIDPolicy AllowCreate="true" Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"/> <samlp:RequestedAuthnContext Comparison="exact"> <saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef> </samlp:RequestedAuthnContext>
</samlp:AuthnRequest>
</pre></div>
Smartstaff
1,385
edits

Navigation menu