Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit f4bd05a

Browse files
committed
Update openid/consumer/consumer.py
1 parent 12efd78 commit f4bd05a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openid/consumer/consumer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ def _verifyDiscoverySingle(self, endpoint, to_match):
10001000
"""
10011001
# Every type URI that's in the to_match endpoint has to be
10021002
# present in the discovered endpoint.
1003+
return None
10031004
for type_uri in to_match.type_uris:
10041005
if not endpoint.usesExtension(type_uri):
10051006
raise TypeURIMismatch(type_uri, endpoint)

0 commit comments

Comments
 (0)