<samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="ONELOGIN<stringremoved>" Version="2.0" IssueInstant="2015-03-05T02:24:24Z" ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" AssertionConsumerServiceURL="https://instance.server.com/index.php?module=somemodule&action=Authenticate¶m1=1¶m2=base"> <saml:Issuer>php-saml</saml:Issuer> <samlp:NameIDPolicy Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" AllowCreate="true"></samlp:NameIDPolicy> <samlp:RequestedAuthnContext Comparison="exact"> <saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef> </samlp:RequestedAuthnContext> </samlp:AuthnRequest>
The key part in the ACSURL are the two parameters, which control what kind of page the users is sent back to. That changes based on where the user starts.
However, the IdP is sending the users back to the same URL, regardless of where they start or what the last two parameters are set to: ""https://instance.server.com/index.php?module=somemodule&action=Authenticate"
Any idea how simpleSAMLphp could be configured to generate this kind of behavior? Note that we do not have control over the IdP, and are trying to help them connect to our service.
Thanks!
--
You received this message because you are subscribed to the Google Groups "simpleSAMLphp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simplesamlph...@googlegroups.com.
To post to this group, send email to simple...@googlegroups.com.
Visit this group at http://groups.google.com/group/simplesamlphp.
For more options, visit https://groups.google.com/d/optout.
-peter
Is that SP-initiated or IDP-initiated?
[…] the question is just whether it'a SAML 2.0 authentication request, or a proprietary substitute for that (SimpleSAMLphp request parameters for IDP-inititated logins)
No, it should Just Work.
--
You received this message because you are subscribed to a topic in the Google Groups "simpleSAMLphp" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/simplesamlphp/0D8N9j9Ny3o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to simplesamlph...@googlegroups.com.
To post to this group, send email to simple...@googlegroups.com.
Visit this group at http://groups.google.com/group/simplesamlphp.
For more options, visit https://groups.google.com/d/optout.