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:
Specify the groupField JWT mapping
Add a defaultGroups mapping which maps JWT groups to wicked groups, e.g. like this (in the default.json, section for the specific OAuth2 IDP):
Even though the
groupField
anddefaultGroups
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
JWT mappingdefaultGroups
mapping which maps JWT groups to wicked groups, e.g. like this (in thedefault.json
, section for the specific OAuth2 IDP):Todos: