vivekrajenderan / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

Support for IdP initiated SSO in SAML 1.1 #308

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The SAML 1.1 AssertionConsumerService should support IdP initiated 
authentication.

Original issue reported on code.google.com by olavmrk@gmail.com on 5 May 2010 at 7:20

GoogleCodeExporter commented 8 years ago
Hi,

Has there been any progress related to this topic?
I implemented simpleSAMLphp as standard solution for SSO for SAML 1.1/2.0 and 
WS-Federation.

Now seems that a very important customer uses IdP initiated SSO and their IdP 
only supports SAML 1.1.

I hope that this feature will soon be implemented, for now we are trying to 
find a workaround.

Thanks in advance.

Original comment by mcsj...@gmail.com on 4 Oct 2010 at 9:28

GoogleCodeExporter commented 8 years ago
I added limited support for this in r2567 and r2568. For this to work, the 
target parameter sent from the IdP must be an absolute URL to the page the user 
should arrive on after authentication. I.e. https://sp.example.com/somepage.html

Original comment by olavmrk@gmail.com on 4 Oct 2010 at 1:41