11-04-2019 02:37 PM
I would like to write Authz profile to redirect user to a static html page designed and presented on ISE. I do not want any flows associated with it.
I was able to download an .jpg to test it under custom portal files section. But unable to use that .jpg on any Authz profile.
How can I redirect users to a static html page with simple logo or text that is hosted on ISE?
Solved! Go to Solution.
11-05-2019 07:35 AM
11-04-2019 07:49 PM
11-05-2019 06:35 AM
You can make a custom authz result that pushes the redirect ACL and redirect URL avpairs to push to whatever page you want.
Access Type = ACCESS_ACCEPT
cisco-av-pair = url-redirect-acl=ACL_WEBAUTH_REDIRECT
cisco-av-pair = url-redirect=https://whateverpageyouwant.domain.com
The issue with this is that the endpoint will be permanently stuck in this redirect state. You can open access to other thins via the redirect, but it will take some tweaks to really get what you want.
You may also be interested in Cisco's portal builder:
11-05-2019 07:35 AM
11-05-2019 01:54 PM
Thank you so much for your help. This is exactly what I wanted.
Below is the link that I am referring to and meets my requirement.
But my issue is still not resolved, I have used below script as mentioned in above link to hide AUP text, Accept and Decline buttons on a hotspot AUP portal. But this script does not seem to be working. Is there an updated version of the code that should be used on ISE 2.4?
<script>
(function(){
jQuery('.cisco-ise-aup-text').hide();
jQuery('.cisco-ise-aup-controls').hide();
setTimeout(function(){ jQuery('#portal-session-timeout-popup-screen, #portal-session-timeout-popup-popup, #portal-session-timeout-popup').remove(); }, 100);
})();
11-05-2019 02:00 PM
Please ignore my previous post. The solution is working, It just took some time to do rendering.
11-06-2019 08:16 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide