Hi, If i give the value
TEMPORAL_AUTH_CLAIM_MAPPER=jwt i get the error
Unable to instantiate claim mapper: unknown claim mapper: jwt.
what should be this value to invoke the defaultJWTClaimMapper ?
Hi, If i give the value
TEMPORAL_AUTH_CLAIM_MAPPER=jwt i get the error
Unable to instantiate claim mapper: unknown claim mapper: jwt.
what should be this value to invoke the defaultJWTClaimMapper ?
You should be able to use:
`TEMPORAL_AUTH_AUTHORIZER=default`
`TEMPORAL_AUTH_CLAIM_MAPPER=default`