-
Notifications
You must be signed in to change notification settings - Fork 5
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
reword user-facing messages to say "passwordless" #485
Conversation
5138b01
to
470682e
Compare
If you have to run BMX with elevated privileges, and aren't concerned with the security of {orgUrl.Host}, | ||
consider running the command again with the '--experimental-bypass-browser-security' flag. | ||
""" | ||
); | ||
} catch( TargetClosedException ) { | ||
consoleWriter.WriteWarning( """ | ||
Failed to automatically sign in to Okta as BMX is likely being run with elevated privileges. | ||
If you have to run BMX with elevated privileges, and aren't concerned with the security of {orgUrl.Host}, | ||
consider running the command again with the '--experimental-bypass-browser-security' flag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since #482, we check for elevated permission beforehand and short circuit the logic, so messages here are unnecessary
@@ -18,7 +18,7 @@ | |||
name: "--user", | |||
description: ParameterDescriptions.User ); | |||
|
|||
// allow no-sandbox argument for chromium to for passwordless auth with elevated permissions | |||
// allow no-sandbox argument for Chromium to for passwordless auth with elevated permissions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This message seems a bit weirdly written?
Probably should say something along the lines of how: we need to set explicitly acknowledge we have no sandboxing in elevated permissions by passing this flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha, I was actually trying to fix this comment, that's why I touched "Chromium" here, but didn't end up completing the job.
will leave it be for now.
Why
We're going to brand the new feature "passwordless" rather than "auto login".
Good to use consistent language everywhere.
Ticket
https://desire2learn.atlassian.net/browse/VUL-522