Can I register a user for additional applications in a SAML reconcile lambda
-
I'd like to register my user for additional applications after they've logged in via a SAML provider. Can I do that in the lambda by modifying the user object?
-
Nope. While you can modify attributes of the
user
object and the changes will be persisted, you can't modify theregistrations
of that user.