Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _pages/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ https://idp.int.identitysandbox.gov/openid_connect/authorize?

- **`http://idmanagement.gov/ns/assurance/aal/2`**
This is the same as the default behavior except users must reauthenticate with a separate second factor (i.e. not a session secret) once every 12 hours.
- **`http://idmanagement.gov/ns/assurance/aal/3`**
This specifies that a user has been authenticated with a crytographically secure method, such as WebAuthn or using a PIV/CAC.
- **`http://idmanagement.gov/ns/assurance/aal/3?hspd12=true`**
This specifies that a user has been authenticated with an HSPD12 credential (requires PIV/CAC)
- **`http://idmanagement.gov/ns/assurance/aal/2?phishing_resistant=true`**
This specifies that a user has been authenticated with a crytographically secure method, such as WebAuthn or using a PIV/CAC. Users must _always_ authenticate with a second factor.
- **`http://idmanagement.gov/ns/assurance/aal/2?hspd12=true`**
This specifies that a user has been authenticated with an HSPD12 credential (requires PIV/CAC). Users must _always_ authenticate with a second factor.

#### LOA Values
These are not recommended, and only for legacy compatibility.
Expand Down
4 changes: 2 additions & 2 deletions _pages/saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ To specify more restrictive behavior, add an additional `<saml:AuthnContextClass

- **`http://idmanagement.gov/ns/assurance/aal/2`**
This is the same as the default behavior except users must reauthenticate with a separate second factor (i.e. not a session secret) once every 12 hours.
- **`http://idmanagement.gov/ns/assurance/aal/3`**
- **`http://idmanagement.gov/ns/assurance/aal/2?phishing_resistant=true`**
This specifies that a user has been authenticated with a crytographically secure method, such as WebAuthn or using a PIV/CAC. Users must _always_ authenticate with a second factor.
- **`http://idmanagement.gov/ns/assurance/aal/3?hspd12=true`**
- **`http://idmanagement.gov/ns/assurance/aal/2?hspd12=true`**
This specifies that a user has been authenticated with an HSPD12 credential (requires PIV/CAC). Users must _always_ authenticate with a second factor.

#### Attributes
Expand Down