Skip to content

Commit

Permalink
feat: respect webauthn in session aal
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 7cc7efa commit 869b4a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ func (s *Session) SetAuthenticatorAssuranceLevel() {
secondFactor = true
case identity.CredentialsTypeLookup:
secondFactor = true
case identity.CredentialsTypeWebAuthn:
secondFactor = true
}
}

Expand Down

0 comments on commit 869b4a5

Please sign in to comment.