# Pass unsigned jwt token to temporal claimmapper

**URL:** https://community.temporal.io/t/pass-unsigned-jwt-token-to-temporal-claimmapper/12358
**Category:** Community Support
**Tags:** go-sdk
**Created:** [June 5, 2024, 2:05pm UTC](https://community.temporal.io/t/pass-unsigned-jwt-token-to-temporal-claimmapper/12358 "2024-06-05T14:05:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Sakshi](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/sakshi/32/3704_2.png) [@Sakshi](https://community.temporal.io/u/Sakshi)
#### Post date: [June 5, 2024, 2:05pm UTC](https://community.temporal.io/t/pass-unsigned-jwt-token-to-temporal-claimmapper/12358/1 "2024-06-05T14:05:41Z")

</div>

Hi team, we are using temporal binaries. The jwt token provider in our company uses a different struct for passing roles and permissions than temporal. We would like to use defaultAuthorizer feature of temporal.  
To pass the jwt token in the format which temporal expects , we would need to read the jwt token in one of our proxy layer and modify it.  
Is it possible to pass the unsigned token to temporal claimmapper or bypass the validations it do with jwt token?
