Skip to content

Not a valid redirect URI for the give  #190

Description

@paperkiteSonny

Github issues are for bug reports. If this is a question around usage or understanding please use
Stack Overflow. https://stackoverflow.com/questions/tagged/uber-api

Library version: 0.10.x

Repro steps, stacktrace, screenshots:

We want to redirect back to our app, the Uri ("${context.applicationInfo.packageName}.uberauth://redirect"). cannot register in dashboard, when login successfully shows URI not valid

    return  SessionConfiguration.Builder()
        .setClientId("xxxxxx")    // if needed, I can pass it privately.
        .setRedirectUri("${context.applicationInfo.packageName}.uberauth://redirect")
        .setEnvironment(SessionConfiguration.Environment.SANDBOX)
        .setScopes(
                arrayListOf(
                            Scope.PROFILE
                )
        )
        .build()
}

image

Expected Behavior: Redirect back to our own app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions