Skip to content

remove MFA as a requirement #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

frumioj
Copy link

@frumioj frumioj commented Mar 5, 2025

Multi-factor implies more than one factor. I believe it should mention phishing resistance as a security property, rather than "factors".

Multi-factor implies more than one factor. I believe it should mention phishing resistance as a security property, rather than "factors".
@dhs-BI
Copy link

dhs-BI commented Mar 5, 2025

While I don't disagree with the idea behind this PR, not all phishing resistant methods are MFA, and not all MFA is phishing resistant. Our language is messy on how we refer to the properties of authentication factors and we lack a consistent set of terminology.

My point of view is that we should not prescribe which authentication mechanisms are used, rather, we should prescribe that something better than a single knowledge factor is used.

@@ -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.

@dhs-BI dhs-BI self-requested a review March 5, 2025 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants