IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
65 stars 27 forks source link

Missing userinfo in Configuration now raises an exception #120

Closed peppelinux closed 3 years ago

peppelinux commented 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)

rohe commented 3 years ago

A test would be good.

peppelinux commented 3 years ago

Done

peppelinux commented 3 years ago

just4spam that's the satosa integration I talked about https://github.com/IdentityPython/SATOSA/pull/378/files