Pega REST Integration with Service via API gateway using JWT authentication
We have created the REST-Connect and configured the authorisation profile, and JWT Token profile. Also uploaded the JKS file, and provided the Keystore and alias name and password. Now we are trying to connect from Pega to the API gateway, where we have already created a client for Pega with the required information. We are facing issues and getting an 403 Forbidden error while trying to retrieve the access token back from the server. If you have worked on a similar use case, can you please guide what needs to be done to configure authentication using JWT bearer token.
Do we need to call the pxgenerateJWT activity to pass on the JWT token?