Auth against a 3rd party source (my CRM)
-
Can your plugin refer all Auth requests to api calls against a CRM?
1) Some business rule triggers and visitor is prompted to authenticate
2) Visitor is prompted for an email and submits
3) Check if it exists in the CRM
4) If not prompt to create acct (submits to CRM)
5) If dont remember password retrieve/regenerate (via CRM)My expectation is that you have the steps already mapped out and its just a question of where it selects, inserts, or updates the Auth data. Also can we reduce friction by just asking for email, unless accessing preferences where they will have to generate or submit a password? Where will business rules be, how will they be organized and how will it prioritize trigger rules?
- The topic ‘Auth against a 3rd party source (my CRM)’ is closed to new replies.