From 3076a24f1bc167ebedfaf1f06bcd8f31f37cb11f Mon Sep 17 00:00:00 2001 From: Chenfeng Bao Date: Wed, 30 Oct 2024 10:22:24 -0700 Subject: [PATCH] add passwordless auth section to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 10a2d553..da10d21f 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,14 @@ To force refresh your Okta session, run bmx login ``` +### Passwordless authentication + +If your Okta organization is configured for [Desktop Single Sign-on](https://help.okta.com/en-us/content/topics/directory/ad-desktop-sso-main.htm) +and your computer is connected and signed in to the Active Directory network, +BMX will authenticate you to Okta without prompting for password input. + +This is currently only supported on Windows. Support for macOS is pending. + ### Local configuration You can create local configuration files named `.bmx`, where you can define default values for most BMX flags.