mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00

* feat: support SAML and test with aliyun IDaaS Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com> * refactor: refactor saml.go and router Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com> * fix: add param to getSamlLogin() Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com> * feat: add inputs to parse metadata automatically and show sp-acs-url, sp-entity-id Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
19 lines
494 B
Plaintext
19 lines
494 B
Plaintext
appname = casdoor
|
|
httpport = 8000
|
|
runmode = dev
|
|
SessionOn = true
|
|
copyrequestbody = true
|
|
driverName = mysql
|
|
dataSourceName = root:123456@tcp(localhost:3306)/
|
|
dbName = casdoor
|
|
redisEndpoint =
|
|
defaultStorageProvider =
|
|
isCloudIntranet = false
|
|
authState = "casdoor"
|
|
httpProxy = "127.0.0.1:10808"
|
|
verificationCodeTimeout = 10
|
|
initScore = 2000
|
|
logPostOnly = true
|
|
oidcOrigin = "https://door.casbin.com"
|
|
samlOrigin = "http://localhost:8000"
|
|
samlRequestOrigin = "http://localhost:7001" |