I might have been a few steps ahead of you. Are you still seeing this with the latest snapshots?
On Mon, Jun 14, 2021 at 8:09 PM Jérôme LELEU <[email protected]> wrote: > > Hi, > > 1. I just tested it again with 6.4.0-RC5 and I still have the issue. > > On the client side, I use the pac4j demo: > https://github.com/pac4j/spring-webmvc-pac4j-boot-demo on port 8081 (HTTP) : > server.port=8081 in the application.properties > On the server side, I use a CAS demo: > https://github.com/casinthecloud/cas-overlay-demo on port 8080 (HTTP) run by > a Tomcat 9. > I have the SAML IdP dependency: > > <dependency> > <groupId>org.apereo.cas</groupId> > <artifactId>cas-server-support-saml-idp</artifactId> > <version>${cas.version}</version> > </dependency> > > and this JSON definition: > > { > "@class" : "org.apereo.cas.support.saml.services.SamlRegisteredService", > "serviceId" : "http://localhost:8081.*", > "name" : "SAMLService", > "id" : 1, > "evaluationOrder" : 1, > "metadataLocation" : > "/Users/jleleu/sources/spring-webmvc-pac4j-boot-demo/sp-metadata.xml" > } > > From the client demo, I can log in via SAML or via CAS with the following > URL: > http://localhost:8080/cas/login?service=http%3A%2F%2Flocalhost%3A8081%2Fcallback%3Fclient_name%3DCasClient > > With which version did you test it? > > 2. This is what I feared: breaking the world. I understand the rationale. > Let's solve #1 first. > > Thanks. > Best regards, > Jérôme -- You received this message because you are subscribed to the Google Groups "CAS Developer" 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-dev/CAGSBKkfQ4rGZ7QCUCFf_%3DpWTP3pdQbuvXVo%2B0qgzABtP%2B%3DwJbg%40mail.gmail.com.
