The version is 3.6.1 (or I guess "3.6.1-dirty-SNAPSHOT") compiled, not the docker container.
* Without authentication, everything works fine and I can access public studies
* In the keycloak case, http was served straight from webapp-runner/tomcat.
* In the ldap case, there's an nginx reverse proxy server handling https. Webapp-runner is provided the --proxy-base-url parameter and without authentication, all that works fine
* I believe the user authorization is set up correctly in users and authorities tables
Here's the url that looping:
I know little about spring-security, but the obvious question is why is the redirect url including an instruction that appears to ask for another redirect? Any ideas of suggestions?
Thanks for all your efforts!
--
You received this message because you are subscribed to the Google Groups "cBioPortal for Cancer Genomics Discussion Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cbioportal+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/BYAPR05MB6071777E24E6336A04C18AD1829E9%40BYAPR05MB6071.namprd05.prod.outlook.com.
BTW: if I'm barking up the right tree, targetUrlParameter is used in
./security/security-spring/src/main/java/org/cbioportal/security/spring/PortalSavedRequestAwareAuthenticationSuccessHandler.java
and git doesn't show that file having changed since 2017.
--
You received this message because you are subscribed to the Google Groups "cBioPortal for Cancer Genomics Discussion Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cbioportal+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/429230d7-7931-4d62-a9f3-a9f127340341n%40googlegroups.com.
/api/session/virtual_study
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/b9c91298-d571-4e8b-affe-c176c9f2af67n%40googlegroups.com.
java -jar -Dauthenticate=googleplus portal/target/dependency/webapp-runner.jar --path /cbioportal --port 8084 portal/target/cbioportal.war
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/38b92e86-4fe5-4217-b436-18e333db3889n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/d7ce9df4-c65f-43e4-8ae0-03f89ff1450dn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/ddfb3d34-05bb-41f3-8d04-8c37e36eb6cen%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/e14c4deb-f9ba-4580-8d4f-58e85ee6c6d8n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/1f1f62f9-436e-4d4b-8a49-20f54d53db4bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/bdbccb70-502d-4ed6-af5c-6731eb286d80n%40googlegroups.com.
SEVERE: Servlet.service() for servlet [api] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException$MethodNotAllowed: 405 Method Not Allowed: [{"timestamp":1616080691431,"status":405,"error":"Method Not Allowed","exception":"org.springframework.web.HttpRequestMethodNotSupportedException","message":"Request method 'POST' not supported","path":"/session_service/api/sessions/coh_portal/settings/query/fetch"}]] with root cause

To view this discussion on the web visit https://groups.google.com/d/msgid/cbioportal/524d3e06-3748-43d5-b393-11a85e86d87bn%40googlegroups.com.