Jared Preston

Results 6 comments of Jared Preston

It's more or less the Active Directory sample with some additional logging. > // Using the response from an LDAP connector, reconcile the User. > function reconcile(user, userAttributes) { >...

And just for kicks, trying to log, for example: > user.registrations[0].id throws an invocation exception, as it "[c]annot read property "id" from undefined in ... "

Yes. Or, _a_ system of record. My thought was: our internal users' passwords authenticating against our existing domain via LDAP, and our external (customer) users' passwords authenticating against the password...

OK, that sounds like something workable. As far as the groups/registrations go, though, would there any way to expose a way to access information dynamically in the lambda? Needing to...

Is the specific issue with MFA being reset going to have to wait on #1445?

FWIW (with a caveat that I'm coming at it from my perspective and there's likely other approaches): As a practical matter, I would assume that If I'm enabling 2FA in...