Replies: 1 comment
-
Make sure that you have the "Mapped OpenID Connect Groups" set under the team name in the DT gui. It needs to match your container variable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Even though users are able to authenticate via SSO, they are not automatically assigned to teams based on the groups claim. As a result, they receive a 403 Forbidden error on login unless we manually assign them to a team via the Dependency-Track UI.
This is not the expected behavior, especially since team assignment via OIDC group claims should be automatic when the relevant environment variables are configured.
Below are the configurations used
value: "true"
value: "<https://login.microsoftonline.com//v2.0>"
value: ""
value: "preferred_username"
value: "true"
value: "groups"
value: "xxxxx-xxxxx-xxxx-xx-xxxxx"
value: "true"
value: "true"
value: "Automation"
Please help on this, users are getting forbidden
We would appreciate your help in understanding:
Whether ALPINE_OIDC_TEAMS_CLAIM=groups supports group object IDs from Entra ID, or if group names are expected?
Are we missing any additional configurations needed to map Entra ID group claims correctly to Dependency-Track teams?
Beta Was this translation helpful? Give feedback.
All reactions