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

Exception in OP-UserInfo-Header test with implicit (id_token+token) response type #104

@gliu0

Description

@gliu0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions