Hey all, has anyone setup an authorized `ApolloApi...
# sst
c
Hey all, has anyone setup an authorized
ApolloApi
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 api
f
Hey @colin, is ur
defaultAuthorizer
an JWT or custom Lambda authorizer?
c
Just updated from
HttpUserPoolAuthorizer
to a
HttpJwtAuthorizer
which allows us to pass multiple audiences so I think we’re on the right track.