Skip to content

RedirectUri doesn't work after I forked the project. #171

Description

@Smao0875

Hi guys, I might need some help here.
At first I referenced this library by using:
compile 'net.openid:appauth:0.5.1' in my gradle file.
the RedirectUriReceiverActivity in AndroidManifest.xml looks like:
data android:scheme="${appAuthRedirectScheme}" -- I only put the scheme part here.

Then I declared:
manifestPlaceholders = [
'appAuthRedirectScheme': 'com.googleusercontent.apps.Client_ID'
]
in my gradle file. Everything works fine.

However, after I forked this project and put "net.openid.appauth" code in a library module in my own project it didn't work anymore.
I tried using : data android:scheme="com.myapp"
Still didn't work.

My google authentication stops at CustomTabActivity.

Any suggestions?
Much appreciated.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions