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

Customising the Guest Portal - cascading pages

Arne Bier
VIP
VIP

Hi

Below is a mock-up of a customer's impression of how they want the guest portal to operate.  They want to have a home screen that allows the user to choose whether they are a visitor or a student (student exists in their AD, whereas visitors are sponsored guests).  They want the student user to be able to select the AD Domain because they have many domains and selecting the domain will avoid ambiguity. I am aware that we can solve this differently using identity source sequences, but in this case it doesn't resolve the ambiguity.  They also like separting out the use cases, instead of offering a unified Username/Password page for Students & Visitors.

Is such a thing possible in ISE?  The drop down box would need some javascript trickery I assume?  The final username would be a concatenation of {Domain}\{Username}

Guest mock up1.jpg

3 Replies 3

hslai
Cisco Employee
Cisco Employee

You may start with the solution proposed by Charles Moreton at Linking one guest portal to another guest portal and then come up with your own customization for the domain drop-down and the back button.


Else, it might work to customize the login page itself and hide/display depending on the clicked button. Either you may come up with it yourself or some guru, such as Serhii, might be able to help.

Serhii Pustovit
Cisco Employee
Cisco Employee

Hi Arne,

Yea, it's possible. You need 3 different portals.

First one will contains only links to another two portals.

Also you need JS/jQuery script for layout of dropdown, which contains options as domains.

I'm not sure how that Identity source sequences feature works, but it possible to concatenate chosen domain to username by script.

Thanks.

Arne Bier
VIP
VIP

This is good news indeed.  Some JavaScript and JQuery bed time reading coming up soon