Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5339111a authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Add Gmail scope for Google account authorization.

parent 8ba4d078
Loading
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -6,9 +6,11 @@
    <string name="google_client_id" translatable="false">
        628867657910-7ade6gut5rhabdgjq6k4rln9i1u9ppca.apps.googleusercontent.com
    </string>
    <string name="google_discovery_uri" translatable="false">https://accounts.google.com/.well-known/openid-configuration
    <string name="google_discovery_uri" translatable="false">
        https://accounts.google.com/.well-known/openid-configuration
    </string>
    <string name="google_scope_string" translatable="false">openid profile email https://www.googleapis.com/auth/carddav https://www.googleapis.com/auth/calendar
    <string name="google_scope_string" translatable="false">
        openid profile email https://www.googleapis.com/auth/carddav https://www.googleapis.com/auth/calendar https://mail.google.com/
    </string>
    <string name="google_auth_redirect_uri" translatable="false">
        com.googleusercontent.apps.628867657910-7ade6gut5rhabdgjq6k4rln9i1u9ppca:/oauth2redirect
@@ -20,7 +22,9 @@
    <string name="eelo_discovery_uri" translatable="false">
        https://identity.test.eelo.io/auth/realms/My-realm/.well-known/openid-configuration
    </string>
    <string name="eelo_scope_string" translatable="false">openid email profile</string>
    <string name="eelo_scope_string" translatable="false">
        openid email profile
    </string>
    <string name="eelo_auth_redirect_uri" translatable="false">
        net.openid.appauthdemo://oauth2redirect
    </string>