-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Checklist
- The issue can be reproduced in the auth0_flutter sample app (or N/A).
- I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
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