Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.13 KB

README.md

File metadata and controls

65 lines (46 loc) · 2.13 KB

ise-bootstrap

A responsive portal theme for Cisco ISE, powered by bootstrap

WARNING - Cisco ISE doesn't support bootstrap v3.2.0

Looks like ISE 1.2 (patch8) limits custom portal uploads to jpeg/css/html/png. bootstrap v3.2.0 has moved to sag/ttf/woff.

For the time being, use the old version of ise-bootstrap:

https://github.com/linickx/ise-bootstrap/archive/d8f15de2f18e637556a2a11ffafd2db05fbd9fab.zip

Installation

  • Download the files :)
  • On Cisco ISE, create a custom portal
  • Administration -> Web Portal Management -> Settings -> Guest -> Multi-Portal Configuration
  • Call it "myportal"
  • Select "Custom Default Portal (upload files)"
  • upload the files to the portal
  • map the files
  • Login file -> login.html
  • AUP file -> aup.html
  • Change Password file -> cpass.html
  • Self Registration file -> selfreg.html
  • Self Registration Results file -> selfsuc.html
  • Device Registration file -> fixme
  • Guest Success file -> sucess.html
  • Error Page file -> err.html
  • Set your authentication to the correct sequence
  • create an authorization result to the new portal
  • update your authorization rule to point to new result!

Notes for Customisation

To test changes locally on your harddisk without uploading to ISE, included is dev.bootstrap.min.css; in the file you are testing...

Replace

<link href="portals/myportal/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!--  <link href="dev.bootstrap.min.css" rel="stylesheet" type="text/css" /> -->

With

<!-- <link href="portals/myportal/bootstrap.min.css" rel="stylesheet" type="text/css" /> -->
<link href="dev.bootstrap.min.css" rel="stylesheet" type="text/css" />

This will allow you to view the page properly in your browser on your machine

To change the portal name from "myportal" to "foobar"

MISC

HTML Src: http://www.cisco.com/en/US/docs/security/ise/1.1.1/user_guide/ise_guest_pol.html