Skip to content

Commit

Permalink
add signed_nonce userfactor type
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanapellanes-okta committed Aug 6, 2024
1 parent 7ffe66f commit dfe8e85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion okta/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def find_app_model(sign_on_mode, template_name):
FT.TOKEN_SOFTWARE_TOTP: models.TotpUserFactor,
FT.U_2_F: models.U2FUserFactor,
FT.WEB: models.WebUserFactor,
FT.WEBAUTHN: models.WebAuthnUserFactor
FT.WEBAUTHN: models.WebAuthnUserFactor,
FT.SIGNED_NONCE: models.UserFactor
}


Expand Down

0 comments on commit dfe8e85

Please sign in to comment.