Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API - Permission denied #88

Open
MickGe opened this issue May 29, 2024 · 0 comments
Open

API - Permission denied #88

MickGe opened this issue May 29, 2024 · 0 comments

Comments

@MickGe
Copy link

MickGe commented May 29, 2024

Hello!

I try to get a jwt token:

curl --location 'https://<domain>/api/user/login' \
--data '{
  "username": "admin", 
  "password": "<my super password>"                                
}'

The console responds:

{"success":false,"statusCode":403,"timestamp":"2024-05-29T20:12:21.696Z","timeMs":27,"data":{"type":"permission","message":"Permission denied"}}

And the log says:

POST /api/user/login) PermissionFailure: Permission denied - Unauthorized

I use the last version (in docker).

I tried to escape specials characters in the password, I created an admin user test with password test… Same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant