Move token validation into SAML library, first draft SAML 1 SSO handler.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 7 Mar 2007 20:36:08 +0000 (20:36 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 7 Mar 2007 20:36:08 +0000 (20:36 +0000)
commit22a860b84dcd77f8a3163939dac7e0f7fb334911
tree01dc0abdedf213efbc778ce3d8177c26cbc3985b
parent68e08afb38100388e3cc85e2ab643e53399ab468
Move token validation into SAML library, first draft SAML 1 SSO handler.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2186 cb58f699-b61c-0410-a6fe-9272a202ed29
15 files changed:
shibsp/Application.h
shibsp/Makefile.am
shibsp/SPConfig.cpp
shibsp/attribute/resolver/ResolutionContext.h
shibsp/attribute/resolver/impl/SimpleAttributeResolver.cpp
shibsp/handler/AbstractHandler.h
shibsp/handler/AssertionConsumerService.h [new file with mode: 0644]
shibsp/handler/Handler.h
shibsp/handler/RemotedHandler.h
shibsp/handler/impl/AbstractHandler.cpp
shibsp/handler/impl/AssertionConsumerService.cpp [new file with mode: 0644]
shibsp/handler/impl/RemotedHandler.cpp
shibsp/handler/impl/SAML1Consumer.cpp [new file with mode: 0644]
shibsp/impl/XMLServiceProvider.cpp
shibsp/shibsp.vcproj