You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the credentialsManager credentials method auth0.credentialsManager.credentials(); to retrieve and refresh our tokens which has been working fine. The issue we are having is that now we need to pass some parameters which do not seem to reach the auth0 dashboard and our login flow .
However, during the login process we access those parameters through event.request.query which is working as expected:
But this is not the case for the credentialsManager credentials method where the login flow is triggered but the parameters are not present. It is worth mentioning that we have also tried the following method and still we cannot receive the parameters:
Checklist
Description
We are using the credentialsManager credentials method
auth0.credentialsManager.credentials();
to retrieve and refresh our tokens which has been working fine. The issue we are having is that now we need to pass some parameters which do not seem to reach the auth0 dashboard and our login flow .However, during the login process we access those parameters through
event.request.query
which is working as expected:But this is not the case for the credentialsManager credentials method where the login flow is triggered but the parameters are not present. It is worth mentioning that we have also tried the following method and still we cannot receive the parameters:
Reproduction
auth0.credentialsManager.credentials
orauth0.api.renewCredentials
and pass some parametersevent.request.query
Additional context
No response
auth0_flutter version
1.5.0
Flutter version
3.19.2
Platform
Android, iOS
Platform version(s)
No response
The text was updated successfully, but these errors were encountered: