Move token validation into SAML library, first draft SAML 1 SSO handler.
authorScott Cantor <cantor.2@osu.edu>
Wed, 7 Mar 2007 20:36:08 +0000 (20:36 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 7 Mar 2007 20:36:08 +0000 (20:36 +0000)
commit522c68366e5e20767fd19eb7b02544de6dd83b15
treecad717aa833a3077862cd9866cc4ebbe3f7779bb
parent4b2e0b2b7c068ed2cd5624b91da44c00c818fb70
Move token validation into SAML library, first draft SAML 1 SSO handler.
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