[cpp-sp] branch main updated: Forgot type setting in legacy endpoints.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 7 23:21:21 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5d80a10fd5d83459de277833c2c03013ab443878
The following commit(s) were added to refs/heads/main by this push:
new 5d80a10f Forgot type setting in legacy endpoints.
5d80a10f is described below
commit 5d80a10fd5d83459de277833c2c03013ab443878
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 7 19:21:14 2025 -0400
Forgot type setting in legacy endpoints.
---
configs/handlers.ini | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configs/handlers.ini b/configs/handlers.ini
index f1c362e2..29ab65f8 100644
--- a/configs/handlers.ini
+++ b/configs/handlers.ini
@@ -13,13 +13,17 @@ type = SessionInitiator
[Validate]
type = TokenConsumer
-# Legacy layout for compatibility
+# Legacy endpoints for compatibility
+
#[SAML2/POST]
+#type = TokenConsumer
#legacyBinding = POST
#[SAML2/Artifact]
+#type = TokenConsumer
#legacyBinding = Artifact
#[SAML2/POST-SimpleSign]
+#type = TokenConsumer
#legacyBinding = POST-SimpleSign
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list