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
Describe the bug
Trying to access the API with an API Token created by an SAML user results into an error and a 401 response code along with an error description of "saml.error.cannot_login_saml_user_locally". This has been confirmed by multiple users, on multiple devices, using multiple different tokens and programs (Postman, the embedded /api/docs page, curl, ...). "Normal" users can access the API without any problems.
To Reproduce
Steps to reproduce the behavior:
Configure SAML SSO as described in the docs.
Login using SSO and create an API token.
Try to access some API endpoint like /api/info -> 401
Expected behavior
It is possible to use the API as a SAML user
Describe the bug
Trying to access the API with an API Token created by an SAML user results into an error and a 401 response code along with an error description of "saml.error.cannot_login_saml_user_locally". This has been confirmed by multiple users, on multiple devices, using multiple different tokens and programs (Postman, the embedded
/api/docs
page, curl, ...). "Normal" users can access the API without any problems.To Reproduce
Steps to reproduce the behavior:
/api/info
-> 401Expected behavior
It is possible to use the API as a SAML user
Logs
Server Side
Desktop (please complete the following information):
OS: Windows 10 / 11
Browser: Edge
Version latest
OS: Ubuntu (WSL)
Browser: curl
The text was updated successfully, but these errors were encountered: