mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
teleport: Add explicit WebAuthn config, not just U2F.
WebAuthn is the default, replacing U2F, in Teleport 10 and above[1]. While Teleport can derive a WebAuthn configuration from a U2F configuration[2], it's useful to be explicit. [1]: https://goteleport.com/docs/access-controls/guides/webauthn/ [2]: https://goteleport.com/docs/access-controls/guides/webauthn/#u2f
This commit is contained in:
committed by
Tim Abbott
parent
7d8be670a5
commit
7ae3708c02
@@ -12,11 +12,8 @@ auth_service:
|
|||||||
second_factor: on
|
second_factor: on
|
||||||
u2f:
|
u2f:
|
||||||
app_id: https://teleport.zulipchat.net
|
app_id: https://teleport.zulipchat.net
|
||||||
facets:
|
webauthn:
|
||||||
- https://teleport.zulipchat.net:443
|
rp_id: teleport.zulipchat.net
|
||||||
- https://teleport.zulipchat.net
|
|
||||||
- teleport.zulipchat.net:443
|
|
||||||
- teleport.zulipchat.net
|
|
||||||
|
|
||||||
proxy_service:
|
proxy_service:
|
||||||
enabled: "yes"
|
enabled: "yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user