osTicket / osTicket-plugins

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

auth-oauth2: Disable Strict Email Matching on Authorization #250

Closed protich closed 1 year ago

protich commented 1 year ago

This PR disables strict email match when doing email authorization (getting token). While strict by default was noble, checking for a match is troublesome when a global admin can authorize for an email account or/and its aliases.

A strict placeholder flag is set to false default for now with the intention of making it configurable in the future.