Hi Team,
We are using Azure AD to authenticate user in our back end Application by JWT token, same functionality we want to implement using Apigee proxy URL to access our back end application using Azure AD JWT token but we are getting following error “Invalid serialized JWE object: Missing fourth delimiter”
Pease see below screenshot :
Below is our policy configuration
Step 1: First policy is to fetch the key details from public faced URL (Azure AD):
Step 2 : In second policy we are caching response from the step 1.
Step 3: In Third policy we are performing the cache lookup operation
Step 4: In fourth policy we are removing the keyword “Bearer” from client request header and retaining the JWT token.
Step 5 : In fifth policy we are trying to verify the token with the cache public key from step 3.
Now we are using postman to hit proxy URL and using JWT token generated by our Azure AD.
This is our response :
{
“fault”: {
“faultstring”: “Invalid token: policy(Verify-JWT-1)”,
“detail”: {
“errorcode”: “steps.jwt.InvalidToken”
}
}
}
Please help us to know if any configuration changes required in our policy or any more details needed.
Thank you !





