If we need 2 or more users belonging to an organization (represented as a single party in Daml) to approve a daml transaction initiated by a single party, could we do that via auth0 using something like this?
Multi-Party Authentication Flow - Auth0!
Or would it be possible to implement that via daml? Which approach would be better? I think if auth0 was able to perform this it would make the Daml code much simpler, as just a single party on ledger would have access to perform a transaction and the multi-party authorization would occur in the Auth0 side.
Further, if certain parties may need custom authentication rules, would this be easier to do in auth0, rather than having to encode these rules in daml for each possible party?