Trying to set up a prototype app. Getting " invalid_request : missing client parameter" after doing the tutorial.
What am I doing wrong ?
Login page:
https://ol-test.auth0.com/login
Trying to set up a prototype app. Getting " invalid_request : missing client parameter" after doing the tutorial.
What am I doing wrong ?
Login page:
https://ol-test.auth0.com/login
Hey there Willem! I see that you have a support ticket and are currently working towards resolving the issue but I wanted to share the information here in case others experience the same issue.
As mentioned, You should never visit /login
directly. You need to instead make a call to the authentication API using the appropriate grant.
Each of the articles above explains the relevant grant. At the bottom of each page there will be a link to an article that shows you how to implement it and provides details on the call you should make to the authentication API (via /authorize
).
If I can be further help please let me know!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.