X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=shibsp%2Fhandler%2FSessionInitiator.h;h=bd0ae6b35b4fdb8efefe59bd4f2a12eb7bbed636;hp=a201c0a7e2febe170f5f4f1c17fb3f3a09da4d7f;hb=20ff6ebf7102e56941b1610fc817023a3dcc9076;hpb=2212bec52d7147d19084b07cc8d08a4ad57e0da3 diff --git a/shibsp/handler/SessionInitiator.h b/shibsp/handler/SessionInitiator.h index a201c0a..bd0ae6b 100644 --- a/shibsp/handler/SessionInitiator.h +++ b/shibsp/handler/SessionInitiator.h @@ -83,6 +83,9 @@ namespace shibsp { /** SessionInitiator that attempts a sequence of transforms of an input until an entityID is found. */ #define TRANSFORM_SESSION_INITIATOR "Transform" + + /** SessionInitiator that uses HTML form submission from the user. */ + #define FORM_SESSION_INITIATOR "Form" }; #endif /* __shibsp_initiator_h__ */