[Progress Communities] [Progress OpenEdge ABL] Forum Post: JWT with array to client-principal

  • Thread starter Thread starter BartMille
  • Start date Start date
Status
Not open for further replies.
B

BartMille

Guest
Is it possible to export a JWT claim to a CP-property if the contains an array? In my case, the roles are stored in an array. I can't create a property containing the roles. JWT extract: .... "scope": [ "admin", "user" ], .... If i try to assign the claim "scope" to the roles-property in a CP, the PASOE throws an error.

Continue reading...
 
Status
Not open for further replies.
Back
Top