I’ve created a private okta integration, following the instruction here.
I am getting an invalid, empty user in the rule. Even when I test the saml connection with rule, the auth0 debug page shows empty user object. Rule throw following error when I try to JSON.stringify(user)
{“errors”:[{“extensions”:{“path”:“$”,“code”:“validation-failed”},“message”:“expecting a value for non-nullable variable: "email"”}]}