Custom oauth server / interface? #87
-
Hey there! Is it possible to use a custom web interface (or even a custom OAuth server) with the mail server? I'd building an email app and I'd like to control the UI of the login page that the user is taken too |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Do you mean using a third party OAuth server to authenticate users instead of SQL/LDAP? If that is your question then it is not possible because OAuth is just for authentication and does not offer any of the directory features required to use JMAP and some IMAP extensions such as ACL. Additionally, even if an external OAuth server could be used, you'll need a mail client with support for the |
Beta Was this translation helpful? Give feedback.
Do you mean using a third party OAuth server to authenticate users instead of SQL/LDAP? If that is your question then it is not possible because OAuth is just for authentication and does not offer any of the directory features required to use JMAP and some IMAP extensions such as ACL. Additionally, even if an external OAuth server could be used, you'll need a mail client with support for the
OAUTHBEARER
SASL mechanism which, as far as I know, it is supported by any of the popular mail clients.