mozilla-iam / iam-project-backlog

DEPRECATED - Archived. Formerly an issue tracker for the IAM project
Mozilla Public License 2.0
2 stars 2 forks source link

Auth0 rule reintegrates groups #155

Closed andrewkrug closed 7 years ago

andrewkrug commented 7 years ago

The current auth0 rule that enriched the profile should re-integrate groups to facilitate co-existence of ldap with CIS.

gdestuynder commented 7 years ago

Added safety/whitelist of CIS Integrated profiles in https://github.com/mozilla-iam/auth0-deploy/pull/108

gdestuynder commented 7 years ago

and in working on this I noticed:

gdestuynder commented 7 years ago

Note: I believe I could also do the group integration through the API, so i'll try that hopefully tomorrow.

gdestuynder commented 7 years ago

Work-around through the API:

https://github.com/mozilla-iam/cis_functions/pull/12

gdestuynder commented 7 years ago

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

gdestuynder commented 7 years ago

mozilla-iam/cis_functions#12 fixes this