Error 500 after authenticating with GOAuth
Closed this issue · 1 comments
ljpearlman commented
This was caused by two problems:
- The goauth attribute provider wasn't creating the attribute tables, causing the attempt to save the user's attributes (groups) to fail.
- The GOAuth nexus library uses httplib2 to send queries to the GOAuth server. By default, the httplib2 methods check a file in the httplib2 directory to find the list of trusted CAs. The permissions on this file were too restrictive, causing connections to the GOAuth server to fail.
bugacov commented
Testing on gpcr-dev.misd.isi.edu I was able to get the goauth to work and was able to create a new catalog in that machine