[java-plugin-shibd] branch main updated: Tweak flow requirements.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 10 22:07:13 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=7bf345a26f75642ed7ea8aee1e06b3baa5d0f97f
The following commit(s) were added to refs/heads/main by this push:
new 7bf345a Tweak flow requirements.
7bf345a is described below
commit 7bf345a26f75642ed7ea8aee1e06b3baa5d0f97f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 10 17:07:10 2025 -0500
Tweak flow requirements.
---
.../sp/profile/impl/ValidateSessionInitiatorRequest.java | 7 -------
1 file changed, 7 deletions(-)
diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/ValidateSessionInitiatorRequest.java b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/ValidateSessionInitiatorRequest.java
index df978be..b8fa767 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/ValidateSessionInitiatorRequest.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/ValidateSessionInitiatorRequest.java
@@ -113,13 +113,6 @@ public class ValidateSessionInitiatorRequest extends AbstractApplicationAction {
log.error("{} No input message from agent", getLogPrefix());
return false;
}
-
- if (!input.getmember(InitiatorConstants.RESPONSE_URL).isstring() &&
- !input.getmember(InitiatorConstants.RESPONSE_URL).islist()) {
- ActionSupport.buildEvent(profileRequestContext, EventIds.INVALID_MESSAGE);
- log.error("{} Missing or invalid required input: {}", getLogPrefix(), InitiatorConstants.RESPONSE_URL);
- return false;
- }
relyingPartyId = input.getmember(InitiatorConstants.AUTHORITY).string();
if (relyingPartyId == null) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list