Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

protich
Copy link
Member

@protich protich commented Nov 3, 2022

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.

This commit 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.
@JediKev JediKev merged commit adfef05 into osTicket:1.17.x Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants