Forum Discussion
patelvatsal1621
4 years agoFrequent Visitor
SAP Bearer to JWT Token using Web API
Hi All,
I'm trying to extract JWT token using Bearer token and it is giving me the below error. It seems like Web.Content is not the correct option to use. Can someone please help?
- Anonymous4 years ago
Hi patelvatsal1621 ,
To get JWT Token from Auth API, you could refer to this thread .
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- AnonymousNot applicable
Hi patelvatsal1621 ,
To get JWT Token from Auth API, you could refer to this thread .
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- patelvatsal1621Frequent Visitor
Worked perfectly fine! Thank you so much.