| How to implement Single sign-on (SSO) / OpenID Connect SSO | |
The Genero OpenID Connect implementation produces a log file that helps to identify issues.
The log file of the Genero OpenID Connect Single sign-on (SSO) implementation is called OIDC.log and is located in $(res.appdata.path)/log. This log file contains all incoming and outgoing requests. It can help to debug OpenID Connect issues.
<APPLICATION Parent="ws.default"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.4js.com/ns/gas/2.50/cfextwa.xsd">
<EXECUTION>
<ENVIRONMENT_VARIABLE Id="FGLPROFILE">
$(res.path.fgldir.services)/openid/res/fglprofile</ENVIRONMENT_VARIABLE>
<PATH>$(res.path.fgldir.services)/openid-connect/bin</PATH>
<MODULE>OpenIDConnectServer -logfile "$(res.appdata.path)" -debug DEBUG</MODULE>
<POOL>
<START>1</START>
<MIN_AVAILABLE>0</MIN_AVAILABLE>
<MAX_AVAILABLE>10</MAX_AVAILABLE>
</POOL>
</EXECUTION>
</APPLICATION>