cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1430
Views
0
Helpful
3
Replies

[Q] Guest Portal - Authentication Success Settings - URL Redirect Delayed

Jonathan Grim
Cisco Employee
Cisco Employee

Upon successful on-boarding from a Guest Portal, I'm trying to redirect the guest to a specific URL via Authentication Success Settings. 

 

Is there a setting to decrease the delay before redirecting to the URL?  While testing in the lab, the redirect delay is around 10 - 15 seconds.  Just long enough for the guest to wonder if this worked or not.

 

Thank you!

1 Accepted Solution

Accepted Solutions

Put this in our Optional Content 2 section of the Success Page:

 

<script>
setTimeout("location.href = 'https://www.cisco.com';",5000);
</script>

 

Modify the time (milliseconds) and reference as needed.  Just tested it and it works like a charm.

View solution in original post

3 Replies 3

Jason Kunst
Cisco Employee
Cisco Employee
That seems rather excessive. There is no setting to tweak. I feel a few seconds is average.

Did you trace where the delay is?

Put this in our Optional Content 2 section of the Success Page:

 

<script>
setTimeout("location.href = 'https://www.cisco.com';",5000);
</script>

 

Modify the time (milliseconds) and reference as needed.  Just tested it and it works like a charm.

Right was thinking of that. You can put message on success page. Redirecting.. what happens with yours redirect. What is expectation