-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only show SSO Login on the login page. #2789
Comments
@benarent (1) is already available, set For (2), when hitting the endpoint to fetch the login page, we can check if local auth is disabled and the number of local users. If local auth is disabled or no local users exist, we can show only local login. If local auth is not disabled and local users exist, we can show the current login page. What do you think? |
if |
@alex-kovoy If local auth is disabled or no users exists (local auth being on in this case). |
where we set |
tried to set I am with Enterprise v4.0.0
|
emm..not working at v3.2 |
This feature request has not been implemented yet, so it's not currently possible to hide username/password input fields from web UI. So even if local auth is disabled on the server, the web UI will show these fields. |
Thanks @alex-kovoy . That solves the myth. |
FYI for anyone who discovers this, the syntax for the
As noted in other comments, however, it doesn't currently disable display of the login boxes - it just disables the ability to create and log in with local users. |
Another request for this feature today. |
We've a lot of changes coming in 4.2 but since we've just completely rebuilt the UI this should be easier for us to execute on. I'm going to put this into the 4.2 milestone. |
This reverts commit 7f67571200846d345cd1aafb7d55a028f0f3693c.
This reverts commit 7f994f0bf6667dbc70d24773357e9e141991b0f9.
We've another use case for gravitational/gravity#1006, in which a customer simply wants to
|
This issue is closed, but the feature hasn't been rolled out. Is this specifically targetted to Teleport 5.0 only and we won't be adding it beforehand? |
@webvictim yes, the PR got merged against |
Problem
Teleport lets admins quickly create users using
tctl users add
. This can be very handy when setting up the cluster, or adding a few Ops Admins. Once the team grows and Teleport is rolled out company wide it's preferred to login with an SSO provider. This results in a range of options for users, and for many they won't have a username, so it can be confusing.Proposal
The text was updated successfully, but these errors were encountered: