Securing Integrations (Inbound) beyond OAuth/Basic Authentication
Introduction While MFA is now popular to secure user access, it isn’t for integrations. More than often the only security I see for integrations is a User + Password (or API Key / Client ID + Secret) combination. But we can go further to add safety n...