Introduction
Welcome to cbSSO a ColdBox module to help integrate SSO into your application easily.
// config/modules/cbsso.cfc
component {
function configure(){
return {
"providers": [
{
type: "GoogleProvider@cbsso",
clientId: getJavaSystem().getProperty( "GOOGLE_CLIENT_ID" ),
clientSecret: getJavaSystem().getProperty( "GOOGLE_CLIENT_SECRET" )
}
]
};
}
}Versioning
License
Important Links
Professional Open Source

HONOR GOES TO GOD ABOVE ALL
Last updated
Was this helpful?