trustedlogin / trustedlogin-vendor

Plugin to interact with TrustedLogin's encrypted storage infrastructure to redirect support staff into an authenticated session on client installations.
GNU General Public License v3.0
0 stars 1 forks source link

Add provider param check to Endpoint::maybe_action_redirect() #29

Closed inztinkt closed 4 years ago

inztinkt commented 4 years ago

We're passing through the provider parameter through, but we're not checking if it matches the helpdesk provider selected.

Need to tidy this up.