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.