Hi,
Is there a way to run a lambda prior to the /authorize request redirecting the user to the login page.
I want to omit the tenant_id from the authorize request and look it up dynamically (based on a hostname param passed in the request) and add it to the request. Basically it's a tenant_id lookup.
Is this possible?
Thank you,