Skip to content
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

SSO connector name is case-sensitive #11427

Closed
russjones opened this issue Mar 24, 2022 · 1 comment · Fixed by #11800
Closed

SSO connector name is case-sensitive #11427

russjones opened this issue Mar 24, 2022 · 1 comment · Fixed by #11800
Assignees
Labels
tsh tsh - Teleport's command line tool for logging into nodes running Teleport. ux

Comments

@russjones
Copy link
Contributor

russjones commented Mar 24, 2022

Description

SSO connector names are case-sensitive.

This is not a problem when using the Web UI (you just click on the SSO connector button). However, from the CLI the customer tried to run tsh login --auth=okta and it simply failed without indicating why. The reason was the connector name was Okta and the customer had to type tsh login --auth=Okta.

Customer had to read Teleport source to figure out the issue.

@zmb3
Copy link
Collaborator

zmb3 commented Mar 29, 2022

@hatched on this one, no need to do any sort of case-sensitive comparison. Instead, if the specified auth connector is not found, update the error message to list all available auth connectors.

@zmb3 zmb3 added the tsh tsh - Teleport's command line tool for logging into nodes running Teleport. label Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tsh tsh - Teleport's command line tool for logging into nodes running Teleport. ux
Projects
None yet
3 participants