i am using
SAML Plugin Version2.333.vc81e525974a_c
Role-based Authorization Strategy Version530.ved5445d4875a_
Current Authentication configuration

Roles Assignment

The issue i am facing is with Group Name visibility. It is working when i am using ObjectID value, but i want to use usual group name
e.g i want to have cld_Jenkins_User instead of 7b753d5e-1de7-41d7-a3ea-7a520add2fcf

Also Iadded 'User.Read.All', 'Group.Read.All' and 'People.Read - Microsoft Graph permissions in Azure, as per other plugin doc: https://plugins.jenkins.io/azure-ad/ (also tried with this plugin, the same error) If i am using ObjectID user which is assigned inside Azure Group can access Jenkins, if i am replacing ObjectID with Group Name after login it gives message that user is missing overall/read permission
also attaching azure config Azure Config
what can be the issue? is it possible at all to use Group Name instead of ObjectID?
thank you