We are setting up an ADFS connection where auth0 is the service provider and are finding the context argument object in Rules to be inconsistent. Sometimes it contains the connection property and sometimes it does not.
This is a problem for us as we have been using the connection property of the context argument object to set dynamic properties. if it is not present, we must reject the user outright.
Is this normal behavior for the context argument object?