Jump to content

Recommended Posts

Posted (edited)

Hey Guys!
I configured NextGen UI for Citrix Storefront. I tried to apply the same UI for Netscaler Gateway. There is an old article about doing this ( https://support.citrix.com/s/article/CTX258331-customizing-the-onpremises-citrix-gateway-authentication-page-to-look-identical-to-citrix-cloud-logon-page?language=en_US ) and i followed all instructions.

The Netscaler Gateway Logon Site is now in new UI, the Inactivity Site too, but the Logoff Site is still an old UI.

Did anybody replace the default LogonPoint Folder with the new UI LogonPoint Folder and mentions the same problems? Or any hint to resolve this?

Thanks for your help!

Best regards,
Jens

Logon.png

Inactivity.png

Logoff.png

 

Edited by Jens Dellner
Posted (edited)

What about using redirection to go from logout.html to the login page?
You can refer to the following CLI:

add responder action ns_gateway_res_act redirect "\"tmindex.html\"" -responseStatusCode 302
add responder policy ns_gateway_res_pol "HTTP.REQ.HOSTNAME.EQ(\"yourcompany.url.com\") && HTTP.REQ.URL.CONTAINS(\"logout.html\")" ns_gateway_res_act
bind vpn vserver <VirtualServerName> -policy ns_gateway_res_pol -priority 100 -gotoPriorityExpression END -type REQUEST
Edited by Lee KwangKyu
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...