Configuring SP for exclusion of AuthNStatements in response from IdP
68 views
Skip to first unread message
Drew Kimberly
unread,
Feb 24, 2016, 1:42:28 PM2/24/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SimpleSAMLphp
Hi,
I'm configuring simpleSaml as a SP which points to an in-house .NET IdP implementation. Our IdP does not include an AuthnStatement (not required in SAML 2.0 spec) within the response assertion. However, simpleSaml is throwing an exception which states "No AuthnStatement found in assertion(s)." This brings me to my 2 questions:
1) Do simplesamlPhp SP's require IdP responses to contain an AuthnStatement?
2) Is there any way to configure the config/SP in authsources.php such that the SP knows not to expect an AuthnStatement from the IdP?
Thanks in advance,
-Drew
Peter Schober
unread,
Feb 24, 2016, 5:37:43 PM2/24/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
> I'm configuring simpleSaml as a SP which points to an in-house .NET IdP
> implementation. Our IdP does not include an AuthnStatement (not required in
> SAML 2.0 spec) within the response assertion.