SSO 서버 설정
Open amplix.properties on {APP_HOME}/config/amplix.properties. Below section is example to load foodmart module with class loader.
The item have format of module.{modulename}.{property name} = {property value}
|
############################################################################ # Single Sign On (SSO modules) ############################################################################ [SINGLESIGNON] module.foodmart.name ********************************************************* = "Foodmart Guest Auth" module.foodmart.enabled ****************************************** = true module.foodmart.authentication.class = com.amplix.sso.amplix.FoodmartUserAuth module.foodmart.authorization.mode************** = "before_only" module.foodmart.authorization.class*************** = com.amplix.sso.amplix.FoodmartUserAuth |
Details of Configuration parameter
|
Module name |
Description |
Notes |
|
module.{modulename} name |
Module descriptive name |
|
|
module.{modulename}.enabled |
Enable / disable module |
|
|
module.{modulename}.authentication |
Authentication class file settings |
|
|
module.{modulename}.authorization |
Authorization class file settings |
|