Our new requirement is to create a new JWT OAuth based JWTAccessToken in a API Proxy.
To achieve this we are using JWT OAuth tokens with OAuth 2.0 we have created a API Proxy called 2-legged-Oauth which generate and verify the JWT token.
By referring to the document we are able to generate the JWT token while hitting the (/v2/oauth/token/jwt/access) but when we tried to hit the Verify JWT token we are getting an error (/v2/oauth/token/jwt/verify) as below screenshot.
Kindly find the details which we configured at our end,
GenerateJWTAccessToken Policy:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> GenerateJWTAccessToken 3600000 client_credentials RS256 -----BEGIN RSA PRIVATE KEY----- aXpkU5XBZVAg2w/+tM8HB/AJVxnS4zrq53ohmlaJmFPX0AbKm+rORTFWyyf4kw3G xs3YC995hmFwqmSXvfjG7rve+d68/DcAt/2G4J+elz5fG0+8d7jBAnwPvRk8oeaY -----END RSA PRIVATE KEY-----VerifyJWTAccessToken Policy:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> VerifyAccessToken false VerifyJWTAccessToken RS256 xTbXKgSXNg28by1eWRko1tJpAs31x8i46JUjJaVc7QyhJDe0TgwC5Qh9wJxq9W+xY53pClekEvjvrZfWi97M2z0pf8yRjv5TEcNO4zBdmnTL7bIwCould any ine kindly assits us on what is missed over here to fix the issue?
Kindly assists us to resolve this query.


