Kerberos Configuration Reference / Genero Configuration |
GAS configuration for Kerberos requires updates to the application server configuration file and the application configuration file.
There are three parts of GAS configuration:
<AUTHENTICATION Type="KERBEROS"> <REALM></REALM> </AUTHENTICATION>
<?xml version="1.0" encoding="UTF-8"?> <APPLICATION Parent="defaultgwc"> <EXECUTION> <PATH>$(res.path.fgldir.demo)/Widgets</PATH> <AUTHENTICATION>KERBEROS</AUTHENTICATION> </EXECUTION> </APPLICATION>