This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Description
We got following exception in OP-UserInfo-Header test with Implicit (id_token+token) response type.
0.806 exception AttributeError:'NoneType' object has no attribute 'capitalize'
No request was made to our userinfo endpoint in this case. The same test works with other response types.
- Basic (code) - OK
- Hybrid (code+id_token) – OK
- Hybrid (code+id_token+token) - OK
- Hybrid (code+token) – OK
- Implicit (id_token+token) – Exception
Also, OP-UserInfo-Body and OP-UserInfo-Endpoint work fine with the Implicit (id_token+token) response type.
It looks like an issue in the testing tool.