Dear All, I have installed OSticket Version v1.17.3 on Windows machine and below is the detail system detail.
Please help to fix the issue. OS : Windows IIS 10 Data Base : My SQL 8.0 PHP : 8.0.28 While configuring email id (Modern auth) and login with O365 ID, I am not able to login and getting error (snapshot attached). I have also attached OAuth setting which I have configured. I have also followed steps given in below URL. https://docs.osticket.com/en/latest/OAuth2/Microsoft%20Authentication%20(SSO)%20Guide.html https://docs.osticket.com/en/latest/OAuth2/Microsoft%20Authorization%20Guide.html
Also would like to add, when i checkeh Folder in IIS, There is no any Folder and Files in /Api/oauth2
Mukund81
You do not have URL Rewriting enabled. Please view guides online to see how to enable URL Rewriting for IIS. Once you do that restart the site and retest.
Cheers.
Make sure IIS can read the Web.config file in the root directory of osticket. It'll automatically make the URL Rewriting rules.
If you don't have url rewrite in your iis, you need to install it https://www.iis.net/downloads/microsoft/url-rewrite
Also graph v2.0 doesn't exist, it's v1.0
kwekker Its resolved. Thanks.