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
We set up snipe-it with saml keycloak auth. It works fine.
We made a custom react frontend application where we use snipe-it's api.
We use oauth between snipe-it and our app.
We have a problem with logging the user out with oauth.
We did not find any suitable documentation for it with possible endpoints.
Reproduction steps
1.Delete: /oauth/tokens/{tokenid} -> 405 method not allowed
2.
3.
...
Expected behavior
Documentation for oauth.
Screenshots
No response
Snipe-IT Version
7.1.15
Operating System
docker
Web Server
docker
PHP Version
8.1.2
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
I ran into the same problem, but could not find a solution. It would be useful if the documentation included a description for oauth. It is difficult if you can only work from the output of the php artisan route:list command.
I think the /oauth/tokens/{tokenid} endpoint is not configured correctly.
Debug mode
Describe the bug
We set up snipe-it with saml keycloak auth. It works fine.
We made a custom react frontend application where we use snipe-it's api.
We use oauth between snipe-it and our app.
We have a problem with logging the user out with oauth.
We did not find any suitable documentation for it with possible endpoints.
Reproduction steps
1.Delete: /oauth/tokens/{tokenid} -> 405 method not allowed
2.
3.
...
Expected behavior
Documentation for oauth.
Screenshots
No response
Snipe-IT Version
7.1.15
Operating System
docker
Web Server
docker
PHP Version
8.1.2
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: