I’ve got my OIDC Connect Client manager set up. It seems that I’ve got all the dependencies set up in my django application (using hbp_app_python_auth package).
It seems that I get through the first part of the authentication, but it doesn’t complete to the point where it hits my callback url. I’m getting a 401 unauthorized error when trying to access https://services.humanbrainproject.eu/oidc/token
Any ideas?