Skip to content

Commit f4bd05a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: openid/consumer/consumer.py

+1
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)