Jasig CAS Client demonstrates authentication using the Jasig CAS RESTful API within an iOS application.
Update the following variables found in the authenticate method within CAS Client/CASViewController.m to use valid credentials and Jasig CAS server:
usernamepasswordcasServercasRestletPath
CAS.m:requestTGTWithUsernamesubmits credentials to the Jasig CAS RESTful API expecting either aTicketGrantingTicketor failed authentication response.CAS.m:requestSTForServicesubmitsTicketGrantingTicketto Jasig CAS RESTful API expecting either aServiceTicketor unsuccessful response.ServiceTicketappended on CAS protected URIs (e.g. http://localhost/protected/index.html?ticket=ST-1-FFDFHDSJKHSDFJKSDHFJKRUEYREWUIFSD2132)
See the LICENSE file