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
If organizationId is missing from an otherwise complete data.json, then:
bwdc test will work, correctly showing users and groups that should be synced.
bwdc sync will fail, returning Organization not set.
bwdc test should identify this case, otherwise it's not very useful for testing configuration changes.
This was tested on v2.9.3 against an Azure Active Directory and a Bitwarden Cloud Enterprise org.
The text was updated successfully, but these errors were encountered:
Hi @zsturgess,
We're cleaning up our repositories in preparation for a major reorganization. Issues from last year will be marked as stale and closed after two weeks. If you still need help, simply clear the label and we'll look into it.
Thanks!
If
organizationId
is missing from an otherwise completedata.json
, then:bwdc test
will work, correctly showing users and groups that should be synced.bwdc sync
will fail, returningOrganization not set.
bwdc test
should identify this case, otherwise it's not very useful for testing configuration changes.This was tested on v2.9.3 against an Azure Active Directory and a Bitwarden Cloud Enterprise org.
The text was updated successfully, but these errors were encountered: