oidcc_cowboy

Cowboy callback module for easy integration of OpenId Connect, using oidcc.

Configuration

KeyDescriptionAllowed Values (Default)
check_user_agentEnsure the user agent at the time of redirection and when comming back is the sameboolean (true)
check_peer_ipEnsure the peer IP at the time of redirection and when comming back is the sameboolean (true)
retrieve_userinfoAutomatically also fetch the user info at loginboolean (false)
use_cookiePut a cookie into the browser to add another layer of securityboolean (false)
secure_cookieAdd the 'secure' option to the cookie, should be used on SSL.boolean (false)
session_max_ageThe maximum duration of a login session in secondsinteger (180)

All settings must be done in the 'oidcc' environment.