Closed andrewkrug closed 7 years ago
Added safety/whitelist of CIS Integrated profiles in https://github.com/mozilla-iam/auth0-deploy/pull/108
and in working on this I noticed:
user.app_metadata
into the user profile, so the rule is not neededclient_metadata
is limited to 15 fields so can't contain our profile dataNote: I believe I could also do the group integration through the API, so i'll try that hopefully tomorrow.
Work-around through the API:
note: closed the rule PR (#108 above) as auth0 force integrates app_metadata
now, the rule has no effect and cannot control the data. The PR https://github.com/mozilla-iam/cis_functions/pull/12 does this via the API instead
mozilla-iam/cis_functions#12 fixes this
The current auth0 rule that enriched the profile should re-integrate groups to facilitate co-existence of ldap with CIS.