Auth0 provider passing authorizationParams not works in signin function #12476
Unanswered
nandhini-wdev
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm Using auth0 as a provider and trying to pass a dynamic custom params in authorizationParams to access the param in auth0's login page template. Couldn't get the param values in auth0 page template if passing authorizationParams in signIn function. Passing in the config file works.
Passing authorizationParams in the SignIn function from the next auth. Passing here i coudn't get the value in the Auth0's login page templates.
But passing the custom params directly inside the Auth.config.ts works. But i want to pass the dynamic value from the searchparams
Beta Was this translation helpful? Give feedback.
All reactions