osTicket / osTicket-plugins

Core plugins for osTicket (v1.8+)
GNU General Public License v2.0
148 stars 162 forks source link

OAuth2 MS plugin fails when submitting #243

Closed ognalysis closed 1 year ago

ognalysis commented 1 year ago

I've recently upgraded to 1.17 from 1.10 with minimal issues.

Configuring the OAuth2 MS plugin following the guide results in an http 500 failure error upon hitting submit.

All OAuth2 configurations are entered according to the document provided here.

During migration, I ran into several identical issues which were resolved by removing the related items from the database (e.g. Couldn't remove or configure LDAP plugin until I removed them from the DB and re-added them via GUI. Same with email connector.)

If there is a better place to submit this, please let me know.

JediKev commented 1 year ago

@ognalysis

Our Forum is better suited for these types of questions. But if you get 500 error that’s typically indicative of a fatal error that should be logged in one of your log files (PHP error logs, Apache/NGINX/IIS error logs, etc.).

Cheers.

ognalysis commented 1 year ago

Thank you. I'll head that way.