cancel
Showing results for 
Search instead for 
Did you mean: 

Issue loading LoginPage.thml

vs123_
Not applicable

Issue loading LoginPage.thml

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. 

1 REPLY 1
drf_
Contributor

Re: Issue loading LoginPage.thml

The only way to get around this is to check the box "Skip validation checks during upload". However I suggest that you do not do this. We don't use that section either so in the LoginPage I just removed the content inside so it does nothing.



<!--////////////////////////
REQUIRED JUNIPER SCRIPTS
//////////////////////// -->
<%IF !AnonymousAuthentication && !CertificateAuthentication && !SAMLAuthentication%>
<% FOREACH prompt = prompts %>
<%NEXT IF !prompt.required %>
<% END %>
<% END %>
<!--////////////////////////
END JUNIPER SCRIPTS
//////////////////////// -->