Requests are made against site root, not site
Created by: jensljungblad
If I set the site root to: https://www.example.com/foobar
Requests are posted to https://www.example.com/oauth/token
and not https://www.example.com/foobar/oauth/token
which I would expect. How come?
My problem is that I'm trying to authenticate against a system which uses the following URL:s for staging and production respectively:
https://test.example.com/login
https://login.example.com