OH3 new gui - Is there a way to access binding config when running oh3 in Eclipse

I used a fresh install of both
a) Eclipse IDE creating a user admin, the additional settings are not available

b) OH3 Runtime running on macOS → shows the additional settings

I check that the created user has admin rights

users.json is looking the same: user admin, scope admin, role administraror

{
  "admin": {
    "class": "org.openhab.core.auth.ManagedUser",
    "value": {
      "name": "admin",
      "passwordHash": "TWKgSSMqbQ4x6VH8/OLQnWCrmAoNsUK4fm6SfdyJ8+kZsPkwNK4H7Y0VGkJNzN8ytC3nOyfxe9asqJv+XD7eIA\u003d\u003d",
      "passwordSalt": "aPEFVdi0pP9Oi8U/TQ5FWnmYXBaTMB4COOB6nA5ki7ek9nlEhDiC3q1rQnaGmT6FrqgTfceK3j9EU/LSFavN3w\u003d\u003d",
      "roles": [
        "administrator"
      ],
      "sessions": [
        {
          "sessionId": "xxx",
          "refreshToken": "xxx",
          "createdTime": "Oct 3, 2020, 2:13:03 PM",
          "lastRefreshTime": "Oct 3, 2020, 2:13:03 PM",
          "clientId": "http://127.0.0.1:8080",
          "redirectUri": "http://127.0.0.1:8080",
          "scope": "admin",
          "sessionCookie": true
        }
      ],
      "apiTokens": []
    }
  }
}

Both installations show the same except the tokens

Is there another file to check?