IAM and SSO · 7 due
What are SAML assertions and what are the three main types of statements they contain?
<saml:Assertion ID="_a75ad..." Version="2.0">
<saml:AuthnStatement AuthnInstant="2024-01-15T10:30:00Z">
<saml:AuthnContext>
<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef>
</saml:AuthnContext>
</saml:AuthnStatement>
<saml:AttributeStatement>
<saml:Attribute Name="email">
<saml:AttributeValue>jane@example.com</saml:AttributeValue>
</saml:Attribute>
</saml:AttributeStatement>
</saml:Assertion>