Skip to Content
0
Oct 11, 2019 at 02:37 PM

SAP API Management policy "Verify JWT"

671 Views

Hi all,

I am using policy "Verify JWT" and have a question about how to get JWT in HTTP request.

If I set <Source>request.header.xxx</Source> in policy, and I set JWT in xxx in request header, it wokrs.

But what if JTW is set like "Bearer KJD2uiKJ98Hkjhh2773d", in header Authorization?

"KJD2uiKJ98Hkjhh2773d" is my JWT but it begins with "Bearer", how can I get an verify in this case?