We are using IVE Version 5.0 R3. I have been recently assigned the support for it. I am trying to load a custom LoginPage.thml without the AnonymousAuthentication CertificateAuthentication but getting error that they are required in the LoginPage.thtml. Is it possible to have a LoginPage.thml without these tags? I downloaded other custom pages loaded by admins before me and I don't see these tags in the LoginPage.thml.
I got past the reuirement of adding prompts by adding the following snippet <% IF 0 %> <% prompts %> <% END %> in the pag. Not sure what to do with AnonymousAuthentication CertificateAuthentication. Any Suggestions?
Thanks.
<!--////////////////////////
REQUIRED JUNIPER SCRIPTS
//////////////////////// -->
<%IF !AnonymousAuthentication && !CertificateAuthentication && !SAMLAuthentication%>
<% FOREACH prompt = prompts %>
<%NEXT IF !prompt.required %>
<% END %>
<% END %>
<!--////////////////////////
END JUNIPER SCRIPTS
//////////////////////// -->