Replies: 1 comment
-
Vaultwarden doesn't support the public API. We only support the client API which is very different. Also the warning you get is from nginx, not from Vaultwarden. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to use a REST API endpoint (e.g.
GET /list/object/collections
), i'm trying to pass on the Oauth2 Client Credentials for authentication.Base URL:
https://api.my-vault-domain
Access Token URL:
https://identity.my-vault-domain/connect/token
But i keep on getting the error:
What am i doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions