prasanna-s / django-saml2-idp

Automatically exported from code.google.com/p/django-saml2-idp
0 stars 0 forks source link

Validate Acceptable SP #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a SP requests an Assertion, validate that SP against the list of 
Acceptable SPs.

Original issue reported on code.google.com by j...@andersoninnovative.com on 15 Jul 2011 at 9:24

GoogleCodeExporter commented 9 years ago
This has two levels of granularity:

1. Each Processor validates requests. For example, the SalesForce processor 
only handles requests for SalesForce.com Service Points. This is a broader 
filter.
2. The SAML2IDP_VALID_ACS setting validates the AssertionConsumerServiceURL. 
Specific Service Points must be specified here. This is the finer filter.

Original comment by j...@andersoninnovative.com on 28 Sep 2011 at 8:26