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?