Skip to content

Commit cbd2d8b

Browse files
Mark redirect URI scheme requirement as implemented
1 parent e31227d commit cbd2d8b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/interaction/_requirements.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,13 +2053,6 @@ def __post_init__(self) -> None:
20532053
"The bundled registration endpoint accepts only redirect URIs that use HTTPS or target a loopback host."
20542054
),
20552055
transports=("streamable-http",),
2056-
divergence=Divergence(
2057-
note=(
2058-
"Not enforced: the registration handler models redirect_uris as AnyUrl with no scheme or "
2059-
"host check, so http://evil.example/callback is accepted and registered. The spec's "
2060-
"localhost-or-HTTPS rule is left to the provider implementation."
2061-
),
2062-
),
20632056
),
20642057
"hosting:auth:as:token-cache-headers": Requirement(
20652058
source="sdk",

0 commit comments

Comments
 (0)