osTicket / osTicket-plugins

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

Microsoft OAuth2 - Strict Email Match Option #263

Closed MarcBanyard closed 1 year ago

MarcBanyard commented 1 year ago

Microsoft OAuth2 - Strict Email Match Option

This provides the option for the user to either enable or disable strict email matching rather than having it hard coded in the plugin.

The fix for Shared Mailboxes in Microsoft 365 is in Merge Request #261.

The new option is shown in the IdP Config tab in the OAuth2 Authorisation popup.

JediKev commented 1 year ago

@MarcBanyard

Thank you for this pull. I rewrote this to fully implement Strict Matching as well as add the necessary checks for it here:

This was all done in core without changing anything in the plugin.

Cheers.