Question
Basic Auth - Custom SMS Provider
Hi, I’m configuring a Custom SMS provider in AJO and I need to authenticate using Basic Authentication (username + password → Authorization: Basic base64(user:password)).
However, in the available authentication options I only see API Key, OAuth, JWT, and MAC.
Is Basic Authentication supported for Custom SMS providers, or is it not available in this configuration?
Thanks!