All of a sudden, while everything was working perfectly for more than 9 months, as of late it seems that authentication against IDM is failing. Specifically, i am getting an error 500 (Internal Server Error), no other details provided.
In my settings, nothing is changed, the relevant sections being:
FIWARE_IDM_SERVER = "https://account.lab.fi-ware.org"
FIWARE_APP_ID = "<APP_ID>"
FIWARE_APP_SECRET = "<APP_SECRET>"
AUTHENTICATION_BACKENDS = (
'wirecloud.fiware.social_auth_backend.FiwareBackend',
'django.contrib.auth.backends.ModelBackend',
)
Any idea what might have gone wrong?