Closed peppelinux closed 3 years ago
Working on SATOSA integration I found that when userinfo is missign in oidcop configuration we get
TypeError: 'NoneType' object is not callable
With this PR we get instead a more eloquent exception (message)
A test would be good.
Done
just4spam that's the satosa integration I talked about https://github.com/IdentityPython/SATOSA/pull/378/files
Working on SATOSA integration I found that when userinfo is missign in oidcop configuration we get
TypeError: 'NoneType' object is not callable
With this PR we get instead a more eloquent exception (message)