-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add support for XOAUTH2 #6819
Add support for XOAUTH2 #6819
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you not need to save the auth method in the DB?
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! This is just for occ at the moment, right?
Yes! #6819 (comment) |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4892836
to
7870487
Compare
This is the foundation for #6454 and #6591.
You can now add an account via CLI if you know the OAUTH access token. Horde will successfully authenticate using the token.
The process of acquiring the token will be specific to each service. We will have to implement those parts for Google and Microsoft.