How to configure OAuth 2.0 of grant type Client Credential flow for a Service Rest in Pega .

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 3

  • @allenimmaraj
    @allenimmaraj 3 หลายเดือนก่อน

    Hi, have a query, What is the significance of grant type credential id of operator id of application, is it used in access token generation or is it used in service execution?

    • @malligorakati5777
      @malligorakati5777  3 หลายเดือนก่อน

      @@allenimmaraj If we operator id in client registration, it will get the access group assosiated with OP id, represents the context under which the client (an external system or application) operates when interacting with Pega and also It determines what rules, classes, and data the client can access and modify.

    • @allenimmaraj
      @allenimmaraj 3 หลายเดือนก่อน

      @@malligorakati5777 This is also done by the APP requestor ( on the service call ) taking the context set in system runtime context right