Changes

Single Sign-On

1,207 bytes added, 19:00, 5 January 2023
SAML Assertion Example
</pre></div>
<div id="catlinks" class="catlinks" data-mw="interface"></div>
 
 
===SAML Authorization Request Example===
An AuthnRequest is sent by the Service Provider 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>
 
===Troubleshooting===
===Expected Behaviour for Role Mapping===
[[Category:Integration]][[Category:System Integration]]
[[Category:Identity and Access Management]]
[[Category:Security]]
Smartstaff
1,385
edits