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
Add an API to change the following authentication settings in the Teleport config file:
Default authentication type (can be local, github, saml or oidc):
auth_service:
authentication:
type: github
Two-factor method used (can be off, otp or u2f):
auth_service:
authentication:
second_factor: u2f
(for u2f we also probably need to automatically infer the app_id and facets from the proxy_service.public_addr, or provide a way to set these as well):
Feature Request
Add an API to change the following authentication settings in the Teleport config file:
local
,github
,saml
oroidc
):off
,otp
oru2f
):(for
u2f
we also probably need to automatically infer theapp_id
andfacets
from theproxy_service.public_addr
, or provide a way to set these as well):true
orfalse
):Who's it for?
Programmatic users of Teleport
The text was updated successfully, but these errors were encountered: