SP Portal administrative interface
[cascardo/ipsilon.git] / templates / admin / providers / saml2_sp_new.html
index ed8db1d..1c95355 100644 (file)
                           Only alphanumeric characters and spaces are accepted"/>
         </div>
 
+        <div class="form-group">
+            <label for="name">Description:</label>
+            <input type="text" class="form-control" name="description" value=""
+                   title="A description of the services this Service Provider provides"/>
+        </div>
+
+        <div class="form-group">
+            <label for="name">Visible in IdP Portal: </label>
+            <input type="checkbox" name="portalvisible" checked
+                   title="Show this Service Provider in the IdP Portal"/>
+        </div>
+
+        <div class="form-group">
+            <label for="image">Portal image:</label>
+            <input type="file" name="imagefile" id="image"
+                   title="Image to display for this Service Provider in the IdP Portal. Scale to 100x200 for best results."
+                   accept=".png,.jpg"
+            />
+        </div>
+
+        <div class="form-group">
+            <label for="splink">Link to Service Provider:</label>
+            <input type="text" class="form-control" name="splink" value=""
+                   title="Link to the Service Provider"
+            />
+        </div>
+
         <div class="form-group">
             <label for="metafile">Metadata file:</label>
             <input type="file" name="metafile" id="file"