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

Fix OneDrive OAuth #518

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Fix OneDrive OAuth #518

wants to merge 1 commit into from

Commits on Feb 12, 2024

  1. Changed property "android:host" to use applicationId in AndroidManifest

    For OAuth to properly work the property "android:host" of "com.microsoft.identity.client.BrowserTabActivity" needs to match the hostname defined by the OneDrive API redirect URI. This is either "org.cryptomator" for release builds or "org.cryptomator.debug" for debug builds. "applicationId" properly resolves to those values.
    JaniruTEC committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ef94643 View commit details
    Browse the repository at this point in the history