How can we configure the OAuth for the protection of endpoints exposed by AwareIM? There is only a checkbox and nothing more.
Second question, is it possible to use basic authentication or any other method?
I assume basic auth is impossible because we cannot read the header parameters from the request.
Also, there are no functions for a token (e.g. JWT) generation, decoding, encoding. Same for base64 - no option to encode and decode string without a java plugin.
Am I missing something? Is OAuth 2.0 the only way to secure API endpoints if we want to avoid non-standard methods like a plain string that is verified in a process?