Skip to content

Commit

Permalink
Replace AAL3 example with AAL2 example for SAML (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagsa authored May 15, 2024
1 parent a5fe085 commit 25e4dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/saml/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ To request specific attributes, list them (comma-separated) as the query paramet

#### Example specifying IAL, AAL, and attributes

A proofed identity request at AAL3 for email, phone, first name, last name, and SSN might look like:
A proofed identity request at AAL2, with phishing resistent MFA, for email, phone, first name, last name, and SSN might look like:

```xml
<samlp:AuthnRequest ...>
<!-- ... -->
<samlp:RequestedAuthnContext Comparison='exact'>
<saml:AuthnContextClassRef>http://idmanagement.gov/ns/assurance/ial/2</saml:AuthnContextClassRef>
<saml:AuthnContextClassRef>http://idmanagement.gov/ns/assurance/aal/3</saml:AuthnContextClassRef>
<saml:AuthnContextClassRef>http://idmanagement.gov/ns/assurance/aal/2?phishing_resistant=true</saml:AuthnContextClassRef>
<saml:AuthnContextClassRef>http://idmanagement.gov/ns/requested_attributes?ReqAttr=email,phone,first_name,last_name,ssn</saml:AuthnContextClassRef>
</samlp:RequestedAuthnContext>
</samlp:AuthnRequest>
Expand Down

0 comments on commit 25e4dda

Please sign in to comment.