How to implement OAuth 2.0 and JWT Bearer grant type authenticaiton in Pega Rest Services
We have the following scenario to cover. We need to create some rest services in Pega with OAuth 2.0 authentication and JWT Bearer. The external application will call Pega Rest services with JWT bearer in header of the request. If i am not wrong in Pega Infinity 24 version onwards it is possible to configure OAuth 2.0 Rest services in Pega with JWT Bearer grant type by configuring an OAuth 2.0 Client Registration rule.
My question is to know whether someone has already implemented in their system this use case or scenario and what are the steps to follow.
Basically we need to know whether it is possible to configure rest services in Pega with Oauth 2.0 and JWT bearer where the JWT is received from the external application in the request´s header and that JWT token must be validated against our company SSO server before the service is executed.
Regards,
Israel