dilippatidar123

Results 2 issues of dilippatidar123

Hi Team, We are using following configuration. Lambda :- ``` exports.handler = async (event, context, callback) => { try { callback(null,policyData); return; } catch (err) { // Always accepts "Unauthorized"....

Hi Team, We are using envoy auth filter to authenticate with access token passed from AWS ALB. ``` http_filters: - name: envoy.filters.http.jwt_authn typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.jwt_authn.v3.JwtAuthentication providers: azure_ad_oidc_token: issuer: "https://sts.windows.net/{tenantid}/" audiences:...

area/jwt_authn