Disabling local logins for Teleport authentication #40996
webvictim
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related announcement: #41130
You may have noticed that following a Teleport proxy upgrade to v15.2.2 or higher, your login page now looks different to how it did before:
Disabling local logins
This is expected due to Teleport adding better support for passkey logins. If you only use SSO logins and don't like the increased size of the UI, however, you can disable local logins to make it smaller by adding this to your
/etc/teleport.yaml
config file on the machines running your Teleportauth_service
and restarting:Cloud users can do this using
tctl edit cluster_auth_preference
and addinglocal_auth: false
to thespec
section:After this change is made, you should see a smaller login dialog which only shows SSO providers.
Disabling passwordless logins
If you do use local users but don't use passwordless authentication, you can disable the passwordless functionality with the following configs.
/etc/teleport.yaml
:cluster_auth_preference
:This will result in the dialog looking more like this:
Beta Was this translation helpful? Give feedback.
All reactions