Managed company access
Managed access is available to active Enterprise workspaces. IT connects company SSO and SCIM, establishes workload trust in AWS or Microsoft Entra, validates it in the admin portal, and chooses the permitted models once. Business and Pro workspaces continue using their ordinary sign-in and manual provider flows; stale Enterprise SSO settings are not enforced after a downgrade. For an employee, the flow is:- Open OpenWhispr and choose company SSO.
- Finish sign-in in the browser.
- The workspace and team assignments appear automatically.
- Bedrock or Azure OpenAI is already selected for every feature the administrator configured.
Existing manual setup
The original enterprise flow remains available for individual testing and gradual migrations. An employee can use an AWS SSO profile, the standard AWS credential chain, AWS access keys, or an Azure API key when the workspace administrator allows manual setup. Open Settings > AI Models > Language Models, choose a feature tab, then select Enterprise and the provider.- Amazon Bedrock
- Azure OpenAI
Enter an AWS profile or access keys, region, and model ID. If the profile uses AWS IAM Identity Center, run
aws sso login --profile <name> before testing the connection.OpenWhispr resolves the profile through the standard AWS SDK credential chain.Model IDs are region-aware: the suggested list uses the cross-region inference profile prefix (us., eu., or apac.) that matches your selected region, and changing the region rewrites an already-picked model to the new geography. Select Browse all models to load your account’s full Bedrock catalog live — resolved against your own credentials and region, so a picked model is always invocable — or enter a custom model ID for anything not in the list.Suggested Bedrock models
Enable model access for these in the AWS Bedrock console before selecting them. Managed workspaces get their allowlist from the administrator instead.Managed by default keeps existing manual users on their chosen setup while giving unconfigured employees the company provider. Managed required disables the manual path for the workspace.
Features and defaults
Enterprise models are chosen per capability. A managed administrator supplies a default for all five so a new employee does not see an incomplete setup.
In manual mode, changing one capability does not change the others.
Credential handling
Managed AWS credentials last up to 15 minutes. Azure tokens use the expiry returned by Microsoft. They are held in the desktop main process, are never exposed to the page interface, and are cleared when the account, workspace, provider configuration generation, or authorization changes. Manual keys entered in OpenWhispr are encrypted through ElectronsafeStorage, backed by Keychain on macOS, DPAPI on Windows, and libsecret on Linux. They are never sent to OpenWhispr’s servers.
Troubleshooting
The connection test surfaces these with copy-paste remediation commands where applicable.