colin
10/01/2021, 5:13 PMApolloApi
to allow requests from multiple user pool clients?, we have one setup with the property defaultAuthorizer
(client facing apps) but I’m wondering if theres a way to allow for another client to get authorized in our case an admin apiFrank
defaultAuthorizer
an JWT or custom Lambda authorizer?colin
10/01/2021, 8:22 PMHttpUserPoolAuthorizer
to a HttpJwtAuthorizer
which allows us to pass multiple audiences so I think we’re on the right track.