Author Topic: Authelia and Roundcube  (Read 6178 times)

Offline bodi234

  • Newbie
  • *
  • Posts: 4
Authelia and Roundcube
« on: August 22, 2023, 05:28:57 AM »
I have to bring Authelia befor the Roundcube application. The problem is, if the Authelia Session is expired, requests get an HTTP Status code 302 to the Authelia Login Page, but Roundcure doesn't switch to the new page and only show a popup with an error message. What can i do, to bring Roundcube to switch to the Authelia Login Page?

Offline bodi234

  • Newbie
  • *
  • Posts: 4
Re: Authelia and Roundcube
« Reply #1 on: August 25, 2023, 10:48:34 AM »
The Problem is, all actions in roundcube get an json back from server, and if i send a redirect with an new location from an other site, it doesnt matter. Only a popup with an error message appears. The answer should be an json and a new site will ignored. How can i send, with a new location, an json answer to logout the user? I hope someone understand my problem. :-)