You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These instructions do not work for FIPS build users for several reasons. The following setting shown in the Webauthn docs is not available in FIPS (FIPS does not allow local users)
auth_service:
authentication:
type: local
And because local cannot be set, the second_factor: on cannot be set as described in the docs producing the following error
Second factor settings will have no affect because local authentication is disabled
. Update file configuration and remove "second_factor" field to get rid of this error message. config/configuration.go:554
A FIPS user must have authentication type be false and set second_factor: optional in order to configure Webauthn and ultimately use per-session MFA with it. The docs should be updated to indicate this is the working path for FIPS users
Category
Improve Existing
The text was updated successfully, but these errors were encountered:
Details
Currently, the per-session MFA documentation https://goteleport.com/docs/access-controls/guides/per-session-mfa/ mentions Webauthn as configured here as a Prerequisites https://goteleport.com/docs/access-controls/guides/webauthn/
These instructions do not work for FIPS build users for several reasons. The following setting shown in the Webauthn docs is not available in FIPS (FIPS does not allow local users)
And because local cannot be set, the
second_factor: on
cannot be set as described in the docs producing the following errorA FIPS user must have authentication type be
false
and setsecond_factor: optional
in order to configure Webauthn and ultimately use per-session MFA with it. The docs should be updated to indicate this is the working path for FIPS usersCategory
The text was updated successfully, but these errors were encountered: