Kind of a strange situation, and I’m hoping that someone else might have some insight:
I need to do two types of authenticaiton in HTTPD:
-
Auth0 (which works!)
-
Check the resulting login name against a list of approved logins. For reasons, this data is not getting fed back into auth0 in any meaningful way, and can only be provided to me as a flat text file.
What I really need to do is get the email address back and check that without prompting the user to log in again. Does anyone have any suggestions on doing so?