Issue with Mapping Group Claims Between ADFS and Tyk for SSO Connection

Hi, this y my TIB Profile conf

{
  "ID": "adfs",
  "Name": "",
  "OrgID": "5f7c8a18f5316d*************",
  "ActionType": "GenerateOrLoginUserProfile",
  "MatchedPolicyID": "",
  "Type": "redirect",
  "ProviderName": "SocialProvider",
  "CustomEmailField": "",
  "CustomUserIDField": "",
  "ProviderConfig": {
    "CallbackBaseURL": "https://dashboard-api.****.fr",
    "FailureRedirect": "https://dashboard-api.****.fr/?fail=true",
    "UseProviders": [
      {
        "DiscoverURL": "https://fs.adfs.fr/adfs/.well-known/openid-configuration",
        "Key": "d343435f-59dc-43bb-88b5-**********",
        "Name": "openid-connect",
        "Scopes": [
          "email",
          "profile",
          "openid",
          "groups"
        ],
        "Secret": "hnh***********tt8-Jl4a*********nbJHq",
        "SkipUserInfoRequest": false
      }
    ]
  },
  "IdentityHandlerConfig": {
    "DashboardCredential": "287cbd57987741386************"
  },
  "ProviderConstraints": {
    "Domain": "",
    "Group": ""
  },
  "ReturnURL": "https://dashboard-api.***********.fr/tap",
  "DefaultUserGroupID": "65df3e2cf5316d07ce1a36b7",
  "CustomUserGroupField": "group",
  "UserGroupMapping": {
    "Tyk-Dev-Admin": "65df3df6f5316d07ce1a36b6",
    "Tyk-Dev-Read": "65df3e2cf5316d07ce1a36b7"
  },
  "UserGroupSeparator": ",",
  "SSOOnlyForRegisteredUsers": false
}

In the ADFS Side

I claims like that :
image

Thanks for your help