Form generator for discovery along with sample form.
[shibboleth/sp.git] / shibsp / handler / SessionInitiator.h
index a201c0a..bd0ae6b 100644 (file)
@@ -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__ */