Skip to content

Android redirect after login , using default https scheme #600

@guns28

Description

@guns28

Checklist

Description

so i followed the documentation :

ios work fine

on android i setup teh https scheme as said and added my app and bundle and sha256 to activate app links , my issue is taht the form open , i tap the user it go and do not open the app , and when i open teh app the user is connected but it's not the tapped user the mail is empty and token is wrong.

tried with custom cheme it show me an an app to choose 2 app the same app and do not show the form just an error not found.

thx the documantation in the website is for version 1.6.0 the last version is 1.11.0. tried to dwongrade to 1.8.0 same issue.

credentials =
await auth0.webAuthentication().login(
useHTTPS: true,
audience: dotenv.env['AUTH0_AUDIENCE']
scopes: {
'openid',
'profile',
'email',
'offline_access',
},
parameters: {
'scope':
'openid profile email offline_access',
},
)

Reproduction

1 setup the configuration on the website for sur scheme and app links
2 manifestPlaceholders += [auth0Domain: "traffitech-testing.eu.auth0.com", auth0Scheme: "https"]
3 run login above
4 type login and password
5 for get hidden wrong user

Additional context

No response

auth0_flutter version

1.11.0

Flutter version

Channel stable, 3.27.3

Platform

Android

Platform version(s)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    androidbugThis points to a verified bug in the code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions