concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
145 stars 176 forks source link

groupsKey in azure entra sync #362

Open sanith01988 opened 4 months ago

sanith01988 commented 4 months ago

Describe the bug

I’m trying to configure concourse authentication with azure ad. For fetching the groups from my access/id token Is the below configuration is ok ?

groupsKey : groups scopes: email openid group

Reproduction steps

I’m trying to configure concourse authentication with azure ad. For fetching the groups from my access/id token Is the below configuration is ok ?

groupsKey : groups

Expected behavior

I’m trying to configure concourse authentication with azure ad. For fetching the groups from my access/id token Is the below configuration is ok ?

groupsKey : groups scopes: openid,email,group

Additional context

No response