Can I covert a JWT token it into a access token?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 12:28 AM
hello, I am just trying out the WebEx browser SDK on a project. and I am not sure if I am able to be the thing I want.
here is what I have been doing. I created an authentication function to authenticate a JWT token, then I wanted to use the token to call someone( WebEx user ) with that token. Is there any way to do it by just using the JWT token or do I need to covert it into a access token? if the latter is right, is there a way to do it easily?
- Labels:
-
Calling Features

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 06:09 AM
The SDK has a help function that will exchange the JWT for the access token. It's called requestAccessTokenFromJwt. The Guest Issuer guide has examples for the different SDK as well as an example exchanging the JWT for Token by doing a POST to https://webexapis.com/v1/jwt/login.
