Skip to content
Open
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
2 changes: 1 addition & 1 deletion ipsie-levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Each level includes the previous level (_e.g._ SL3 includes the requirements of

| IPSIE<br>LEVEL| Application (aka RP) | Identity Service |
|---------------|----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
| SL1 | - MUST meet NIST 800-63-4 FAL2 compliance <br>- Session lifetime MUST be set from the assertion | - MUST meet NIST 800-63-4 FAL2 Compliance <br> - MUST enforce MFA and communicate an authentication class to the Application |
| SL1 | - MUST meet NIST 800-63-4 FAL2 compliance <br>- Session lifetime MUST be set from the assertion | - MUST meet NIST 800-63-4 FAL2 Compliance <br> - MUST enforce phishing resistance (such as MFA, or passkeys) and communicate an authentication class to the Application |
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| SL1 | - MUST meet NIST 800-63-4 FAL2 compliance <br>- Session lifetime MUST be set from the assertion | - MUST meet NIST 800-63-4 FAL2 Compliance <br> - MUST enforce phishing resistance (such as MFA, or passkeys) and communicate an authentication class to the Application |
| SL1 | - MUST meet NIST 800-63-4 FAL2 compliance <br>- Session lifetime MUST be set from the assertion | - MUST meet NIST 800-63-4 FAL2 Compliance <br> - MUST enforce a higher class of authentication than Single-Factor Authentication (SFA), such as MFA or passkeys, and communicate the authentication class used, to the Application |

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attempt to address @dhs-BI comment.

| SL2 | - MUST terminate sessions at the request of the Identity Service| - MUST enforce authentication method requests from Application |
| SL3 | - MUST communicate session state changes to Identity Service | - MUST communicate user, session, and device state changes to the Application |
||||
Expand Down