Open dleehr opened 7 years ago
Oddly, I can curl the server from my local machine:
$ curl -u <account_id> https://grouper-server/grouper-ws/servicesRest/json/v2_1_500/subjects/my-id/groups
Enter host password for user '<account_id>':
{"WsGetGroupsLiteResult":{"responseMetadata":{"millis":"115",...
And requests.get works. so it's not a content type thing.
Started debugging from the server in a django shell. This worked just fine and now the website is working too.
But we should capture errors from the grouper web service better
Currently, the grouper server is returning 500 Internal server error, which prevents auth from working: