~guitarmanvt/django-saml2-idp/tags

« back to all changes in this revision

Viewing changes to 0.2/idptest/saml2idp/README.txt

  • Committer: john at andersoninnovative
  • Date: 2012-06-29 13:03:06 UTC
  • Revision ID: svn-v4:41e50629-eb6e-b841-421f-ad03d4eac035:tags:178
Removing confusing 0.2 tag; it has been replaced by 0.15 tag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
About SAML 2.0 Processors
2
 
-------------------------
3
 
A SAML 2.0 Processor is responsible for taking a SAML 2.0 AuthnRequest
4
 
and returning to SAML 2.0 Response.
5
 
 
6
 
Why not Middleware?
7
 
-------------------
8
 
Could this be done with middleware? Sure. But it's really only used by
9
 
the views in this app, and the interface of a Processor doesn't match that
10
 
of a Middleware class.