November 2017
Intermediate to advanced
542 pages
14h 24m
English
Next, we will need to authorize any CAS service over HTTPS to access these attributes. To do this, we can update RegisteredServiceImpl, which has the description Only Allows HTTPS URLs in InMemoryServiceRegistryDaoImpl, as follows:
//cas-server/src/main/webapp/WEB-INF/deployerConfigContext.xml <bean class="org.jasig.cas.services.RegisteredServiceImpl"> <property name="id" value="1" /> <property name="name" value="HTTPS" /> <property name="description" value="Only Allows HTTPS Urls" /> <property name="serviceId" value="https://**" /> <property name="evaluationOrder" value="10000002" /> <property name="allowedAttributes"> <list> <value>FullName</value> <value>LastName</value> <value>role</value> ...
Read now
Unlock full access