We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
creating auth-app token for an non-existent user gives 500 status code. https://owncloud.dev/services/auth-app/#via-impersonation-api
500
1.create an auth-app token
curl -kv -XPOST 'https://localhost:9200/auth-app/tokens?expiry=72h&userName=mosss' -uadmin:admin
the server should return something like 404
404
the server return 500 status code
TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): < HTTP/1.1 500 Internal Server Error < Content-Length: 0
env
OCIS_ADD_RUN_SERVICES=auth-app AUTH_APP_ENABLE_IMPERSONATION=true
ownCloud Web UI 11.0.6 Infinite Scale 7.0.0+42014d70c0 Community
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
creating auth-app token for an non-existent user gives
500
status code.https://owncloud.dev/services/auth-app/#via-impersonation-api
Steps to reproduce
1.create an auth-app token
curl -kv -XPOST 'https://localhost:9200/auth-app/tokens?expiry=72h&userName=mosss' -uadmin:admin
Expected behavior
the server should return something like
404
Actual behavior
the server return
500
status codeSetup
env
The text was updated successfully, but these errors were encountered: