I’m using externat auth source (shibboleth) for my RT installation, which
redirect me to the login page, where I need to enter my username and
password.
While using the REST API, I store my user in RT database, so I could
authenticate using database not the external source. But after succesfull
authentication via REST API I still get redirected to the external login
page.
I’m using externat auth source (shibboleth) for my RT installation, which
redirect me to the login page, where I need to enter my username and
password.
While using the REST API, I store my user in RT database, so I could
authenticate using database not the external source. But after succesfull
authentication via REST API I still get redirected to the external login
page.
Configure apache not to require shibboleth for things under /REST/
My guess is you’re using an Unprivileged user to test and being
redirected to /SelfService/ which triggers shibboleth.