We configured OIDC authentication on mongodb v7 of Atlas.
SSO login worked for mongodb compass, mongo shell and pymonogo (python driver) as well.
Since this week, “Preview” wording was removed from mongodb atlas, but we could not login with compass and mongoshell anymore.
Error: AADSTS70011: The provided request must include a ‘scope’ input parameter. The provided value for the input parameter ‘scope’ is not valid. The scope openid offline_access xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/.default xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/mongodb xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/default is not valid. .default scope can’t be combined with resource-specific scopes.
(pymongo DB connection is still working)
one more thing, when I clicked “Connect” on Atlas, “Compass (GUI)” and “MongoDB for VS Code” are dimmed out for OIDC DB user.
Is there any change on mongodb side?