Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
124 stars 37 forks source link

Group mappings not editable for generic OAuth2/JWT Identity Providers #141

Open DonMartin76 opened 5 years ago

DonMartin76 commented 5 years ago

Even though the groupField and defaultGroups properties work for generic OAuth2 identity providers in the authorization server, the settings aren't surfaced in the Kickstarter the way they are for ADFS.

How to enable manually:

{
  ...
  "groupField": "group",
  "defaultGroups": {
    "some-group": "admin",
    "whatever": "dev"
  }
},
...

Todos: