barakbd1
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by barakbd1-
I think I found the error.I set the header key as algorithm in stead of alg.The reason I did this, is because this is the key in the box docs - https://developer.box.com/guides/authentication/jwt/...
-
I checked in jwt.io.The header and payload decode fine, and the header shows:{ "algorithm": "RS512", "keyid": "Public_Key_Id" } It is the signature that is failing, I am just not sure why.Am I...
-
I just realized that we are using a Private Key, so I HAVE to follow: https://developer.box.com/guides/authentication/jwt/without-sdk/ Would be great to have a bash example for this.I am attemptin...
-
2 years old? Any progress?