Skip to content

Commit 3016f38

Browse files
committed
Make AssertionConsumerService with HTTP-Redirect binding a user warning
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 123620d commit 3016f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satosa/backends/saml2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def register_endpoints(self):
444444
"permitted by most user agents.",
445445
]
446446
)
447-
_warnings.warn(msg, DeprecationWarning)
447+
_warnings.warn(msg, UserWarning)
448448

449449
if self.discosrv:
450450
for endp, binding in sp_endpoints["discovery_response"]:

0 commit comments

Comments
 (0)