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
S-Panta
changed the title
server returns status code 500 when deleting auth-app token of a diffrent user
server returns status code 500 when deleting auth-app token of a different user
Jan 23, 2025
Describe the bug
deleting auth-app token of a user by another user both normal user and admin gives
500
status code.https://owncloud.dev/services/auth-app/#via-api
Steps to reproduce
curl -kv -XPOST 'https://localhost:9200/auth-app/tokens?expiry=72h' -umoss:vista
Expected behavior
The server should return something like
403
.but in case of admin user i'm not clear about the expected behavior.
Actual behavior
the server return
500
status codeSetup
env
The text was updated successfully, but these errors were encountered: