Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[COMPANY SERVER] Allow to authenticate with Authorization BEARER #3455

Open
chibenwa opened this issue Jan 30, 2025 · 0 comments
Open

[COMPANY SERVER] Allow to authenticate with Authorization BEARER #3455

chibenwa opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels

Comments

@chibenwa
Copy link
Member

Why

CF #3435

Hi, Our JMAP endpoint does not support basic auth, it only supports Bearer token authorization, either via OAuth (with pre-registered client id) or by manually creating an API token. We do not support OpenID Connect. Therefore it looks like there's no way to currently connect Twake-Mail to your Fastmail account, sorry. The issue of OAuth requiring pre-registration is well known in the email community, and we are working with other major vendors on a new autodiscovery mechanism and OAuth profile that will hopefully resolve this in the future. Kind regards, Neil.

THus, in order to support FASTMAIL users we shall add a way to pass application tokens....

How

On the tmail login page when OIDC auto discovery failed add a Advanced settings foldable section.

If unfolded it displays a field Applicative token and a little explanation Some JMAP services do not support login via password for third party apps but instead allow generate applicative tokens. and a Login button.

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants