Question
Inovar
SA
Last activity: 27 Apr 2018 5:36 EDT
Using JWTs as Authorization Grants
Hi Team,
I am currently working enabling OAuth Authentication with JWT bearer for Services exposed from Pega. This is done by enabling OAuth authentication for REST and by creating OAuth 2.0 Client Registration. When OAuth 2.0 Client Registration, JWT bearer was used as grant type.
According to RFC7523 JWT specification (refer to 2.1 in document https://tools.ietf.org/html/rfc7523#page-4) , client secret is required. But Pega OAuth 2.0 Client Registration doesn’t work without client_secret. Please suggest