You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.5 KiB
31 lines
1.5 KiB
3 years ago
|
#Identity myself in saaslogin
|
||
|
issuer=http://xxxx:8080/samldemo/
|
||
|
#Submit SAML reponse to this URL.
|
||
|
serviceurl=http://xxxx:8080/samldemo/
|
||
|
#path to JKS file
|
||
|
keystore=config/saml/jks/HuaweiCA.jks
|
||
|
#password of key store.According to IT develop specification, password should be
|
||
|
#encrypted.Here we use DES algorithm to encrypt it.
|
||
|
storepassword=security:xxxx
|
||
|
#password of key store.According to IT develop specification, password should be
|
||
|
#encrypted.Here we use DES algorithm to encrypt it.
|
||
|
keypassword=security:xxxx
|
||
|
#alias of the keystore
|
||
|
keyalias=xxxx
|
||
|
#certificate file path.Form Huawei SSO team
|
||
|
certificatepath=xxxx
|
||
|
#Message digest, support SHA1, SHA256, SHA512 encryption algorithm, default SHA1
|
||
|
digestAlgorithm=SHA256
|
||
|
#Digital signature, support RSA_SHA1, RSA_SHA256, RSA_SHA512 encryption algorithm, default RSA_SHA1
|
||
|
signatureAlgorithm=RSA_SHA256
|
||
|
|
||
|
#AES\u5DE5\u4F5C\u79D8\u94A5
|
||
|
aes.gcm.workKey=security:xxxx
|
||
|
#AES\u975E\u52A0\u5BC6\u6839\u5BC6\u94A5\u5206\u7EC4\u4E00, \u5B89\u5168\u968F\u673A\u6570\u751F\u6210\uFF0C\u81F3\u5C1116\u5B57\u8282
|
||
|
aes.gcm.first=xxxx
|
||
|
#AES\u975E\u52A0\u5BC6\u6839\u5BC6\u94A5\u5206\u7EC4\u4E8C, \u5B89\u5168\u968F\u673A\u6570\u751F\u6210\uFF0C\u81F3\u5C1116\u5B57\u8282
|
||
|
aes.gcm.second=xxxx
|
||
|
#AES\u975E\u52A0\u5BC6\u6839\u5BC6\u94A5\u5206\u7EC4\u4E09, \u5B89\u5168\u968F\u673A\u6570\u751F\u6210\uFF0C\u81F3\u5C1116\u5B57\u8282
|
||
|
aes.gcm.third=xxxx
|
||
|
#AES\u975E\u52A0\u5BC6\u76D0\u503C, \u5B89\u5168\u968F\u673A\u6570\u751F\u6210\uFF0C\u81F3\u5C1116\u5B57\u8282
|
||
|
aes.gcm.salt=xxxx
|