Hi,

we have connected our CAS server to an ADFS server using the proposed 
cas-server-support-wsfederation-webflow. For single requests everything 
works fine, but in our scenario we embed multiple iframes into a page which 
all redirect to the CAS which then delegates to the ADFS - let us assume 
that we already are logged into the ADFS and are just missing the CAS 
ticket.

The redirects for the iframes may look like this:
https://our.cas.server/login?service=https%3A%2F%2Four.application.server%2Fpath%3F
someid%3D1
https://our.cas.server/login?service=https%3A%2F%2Four.application.server%2Fpath%3F
someid%3D2
https://our.cas.server/login?service=https%3A%2F%2Four.application.server%2Fpath%3F
someid%3D3

The CAS maps both requests to the same service which then redirects to the 
ADFS using a single configured relyingPartyIdentifier, for example 
urn:cas:ourapplication.

It seems the CAS maps all those ADFS results to the same service parameter 
and redirects to it. For example, all requests are redirected to 
https://our.application.server/path?someid=2 instead of  ...someid=1, 
someid=2 and someid=3.

How do we have to configure the CAS and / or ADFS to support concurrent 
requests to CAS using any long value for someid?

Thanks for your help!

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
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/9e45059b-69a1-4372-8241-89e80ae63db3%40apereo.org.

Reply via email to