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
Fill OAuth2 credentials (client_id, client_secret)
Select the single available scope "api.organization"
Click on authorize
Expected Result
The authentication with oauth2 credentials success on self hosted instances.
Actual Result
The authentication with oauth2 credentials on self hosted instances fails with the error "Auth ErrorError: Bad Request, error: invalid_grant".
Screenshots or Videos
Additional Context
I tried to reproduce the error with curl and could pin it down to a wrong oauth2 scope. Here is the request that fails with the api.organization scope.
A similar issue has also already been raised in the bitwarden elastic integration elastic/integrations#10022
Build Version
2024.5.0
Environment
Self-Hosted
Environment Details
Operating System: Red Hat Enterprise Linux 8.10
Environment: Docker
Issue Tracking Info
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
If you wish to add any further information/screenshots/recordings etc., please feel free to do so at any time - our engineering team will be happy to review these.
Steps To Reproduce
Expected Result
The authentication with oauth2 credentials success on self hosted instances.
Actual Result
The authentication with oauth2 credentials on self hosted instances fails with the error "Auth ErrorError: Bad Request, error: invalid_grant".
Screenshots or Videos
Additional Context
I tried to reproduce the error with curl and could pin it down to a wrong oauth2 scope. Here is the request that fails with the api.organization scope.
Changing the scope to api succeeds
A similar issue has also already been raised in the bitwarden elastic integration elastic/integrations#10022
Build Version
2024.5.0
Environment
Self-Hosted
Environment Details
Issue Tracking Info
The text was updated successfully, but these errors were encountered: