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
I've added the "loginPath" to my config like this:
loginPath: "/oauth2/authorize/",
But i'm getting the following error in the url:
error=invalid_request&error_reason=missing_response_type&error_description=The+request+is+missing+a+required+parameter%3A+response_type
I can't seem to find a way to add this to the configuration.
Hope you can help me.
The text was updated successfully, but these errors were encountered:
I've added the "loginPath" to my config like this:
loginPath: "/oauth2/authorize/",
But i'm getting the following error in the url:
error=invalid_request&error_reason=missing_response_type&error_description=The+request+is+missing+a+required+parameter%3A+response_type
I can't seem to find a way to add this to the configuration.
Hope you can help me.
The text was updated successfully, but these errors were encountered: