This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yale_cas_auth iRule | |
| # | |
| # iRule to act as a CAS client for apps that can't do CAS natively | |
| # | |
| # Since the sideband itself can't do SSL, it requires an | |
| # unencrypted vserver to proxy sideband connections to | |
| # an encrypted validation service. | |
| # | |
| # CAS flow looks like this: | |
| # 1. Browser GET http://foo.yale.edu/someapp |