Hello Everyone, I am configuring the Oauth2 Client plugin. I have already registered the app in Azure using the following tutorial: https://docs.osticket.com/en/latest/OAuth2/Microsoft%20Authentication%20%28SSO%29%20Guide.html. Does anyone know why, after entering the credentials for my Outlook email, it redirects me to the following page. How can I solve this? The following is a screenshot of my current osticket installation. . And this is the error message I get
angelcapi
Sounds like you don't have the URL Rewrite module installed or enabled on your webserver.
Cheers.
In your apache2.conf, you need to change the entry around line 170 to:
<Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require All granted </Directory>
Might be a silly question, but is the URL being returned the right one? ie is that how you get to your ticket system. If it is, then I agree its likely URL rewrite.