This project provides a sample authentication service for use with NetDimensions Talent Suite, implemented in PHP. Note that this code is intended primarily to demonstrate the delegated authentication protocol. It does not validate user credentials against a real directory service or database.
You may adapt this code to create your own authentication service for Talent Suite.
You will need to modify the values of two variables in config.php as follows:
$ekp_basewill need to point to the base URL of your Talent Suite installation; and$keywill need to contain the secret key value used to compute the MD5 cryptographic hash for the response.
To configure the sample authentication service, set the properties listed below in /WEB-INF/conf/ekp.properties.
authentication.keyshould be set to the same value as the$keyvariable mentioned above.authentication.service.urlshould be set to point to the absolute URL ofsso.php.