groups type in OpenID Connect

Sajjad Manafi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 10, 2024

Hello

I am trying to integrate Jira with Zitadel.  And one of the claims that Jira wants is groups. and Zitadel doesn't send it by default.

Screenshot from 2024-09-07 13-19-32.png

 

So I had to send it custom. 

function addClaim(ctx, api) {
  let groups = {
    "name": ["admin"],
  };
  api.v1.claims.setClaim('group', groups)
}

but i got this error message:

 The "group" claim is not a list / JSON array

And I don't know how this claim should be sent. can you help me

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events