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
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.
The text was updated successfully, but these errors were encountered:
@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
added
the
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
label
Mar 30, 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 wasOkta
and the customer had to typetsh login --auth=Okta
.Customer had to read Teleport source to figure out the issue.
The text was updated successfully, but these errors were encountered: