Kaphael, What is your service rule (the regex) that you are trying to match? Should your serviceId be https://myRessource.com/?test=default? Note '/' before '?'.
Ray On Tue, 2017-04-25 at 15:01 +0200, kaphael wrote: Hello, Does anyone encounter issues with CAS configured as SAML idp and SAML service with serviceId containing queryParameters in uri ( "serviceId":"https://myRessource.com?test=default") ? I got the following issues : - Service is not recognized as a SAML Service (PatternMatching in RegexRegisteredService.matches fails) - EntityId extraction in SamlIdPEntityIdValidationServiceSelectionStrategy fails (the "=" character in the uri isn't uriEncoded so the URIBuilder.parseQuery didn't find entityId parameter (parameterCombo.length = 3) If I remove the "?test=default" from the uri it's works fine. Regards. -- Ray Bon Programmer analyst Development Services, University Systems 2507128831 | CLE 023 | [email protected] -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1493135306.25318.18.camel%40uvic.ca.
