Tim Jacomb
                                            Tim Jacomb
                                        
                                    Please provide your config @CptPlastic
break point in a debugger is pretty easy to do and you can see everything.
Group I think is what it maps to here, e.g. not sure if you get a uuid or a display name but if `12313-213121-12313-1231` is returned, you're using that to...
User principal name is fixed with https://github.com/jenkinsci/azure-ad-plugin/pull/249 Group name I'll take a look at later on but for now group IDs work which are safer as groups are not unique...
> everything seems to be working fine. Yeah there's at least 2 issues in this so I've left it open for now for when I get a chance to do...
The users showing multiple times is likely a symptom of the git plugin helpfully creating accounts. An older feature which isn't really useful these days from what I know.
1. It seems to work for me at least doing the check I normally do which is `whoAmI` ``` curl -u [email protected]:**APITOKEN** http://localhost:6322/jenkins/whoAmI/api/json | jq ``` Shows the correct authorities...
Hey everyone https://github.com/jenkinsci/azure-ad-plugin/pull/250 will close this issue. If you're still having problems afterwards can you create a new issue with clear steps to reproduce please and as much info about...
is this related to https://github.com/jenkinsci/azure-ad-plugin/issues/148? are you using a Microsoft 365 group or a mail enabled security group?
I have possibly managed to reproduce this but only with a guest user account, I will look more later on