Я пытаюсь загрузить CAS 6.1RC3, и в моем /etc/cas/config/cas.properties
as.authn.oauth.crypto.encryption.key=B_zXn0MHTCsbdxJ98_3.................
cas.authn.oauth.crypto.signing.key=h0hUjOtg....................
cas.authn.oauth.crypto.encryptionEnabled=true
cas.authn.oauth.crypto.signingEnabled=true
cas.authn.oauth.crypto.alg=AES
cas.authn.oauth.crypto.enabled=true
cas.authn.oauth.replicateSessions=false
cas.authn.oauth.grants.resourceOwner.requireServiceHeader=true
cas.authn.oauth.userProfileViewType=FLAT
cas.authn.oauth.accessToken.crypto.encryption.key=FkfWsxI...............
cas.authn.oauth.accessToken.crypto.signing.key=vRYde_Oj82...............
cas.authn.oauth.accessToken.crypto.alg=AES
cas.authn.oauth.accessToken.crypto.enabled=true
cas.authn.oauth.accessToken.crypto.signing-enabled=true
cas.authn.oauth.accessToken.crypto.encryption-enabled=true
cas.authn.token.name=JWT Token Scheme
cas.authn.token.crypto.encryption.key=TSsMMxacaZ8glq............
cas.authn.token.crypto.signing.key=ep52NFFJs5Rmp5FFo............
cas.authn.token.crypto.encryptionEnabled=true
cas.authn.token.crypto.signingEnabled=true
cas.authn.token.crypto.alg=AES
cas.authn.token.crypto.enabled=true
cas.authn.token.principalTransformation.pattern=(.+)
cas.authn.token.principalTransformation.groovy.location=file:///etc/cas/config/principal.groovy
cas.authn.token.principalTransformation.caseConversion=LOWERCASE
появляется следующее сообщение, и я получаю сообщение в журнале:
020-05-26 21:57:04,433 INFO [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Encryption is not enabled for [Token/JWT Tickets]. The cipher [OAuth20RegisteredServiceJwtAccessTokenCipherExecutor] will only attempt to produce signed objects>
2020-05-26 21:57:04,434 INFO [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Signing is not enabled for [Token/JWT Tickets]. The cipher [OAuth20RegisteredServiceJwtAccessTokenCipherExecutor] will attempt to produce plain objects>
2020-05-26 21:57:09,541 INFO [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Encryption is not enabled for [Token/JWT Tickets]. The cipher [RegisteredServiceJwtTicketCipherExecutor] will only attempt to produce signed objects>
2020-05-26 21:57:09,541 INFO [org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Signing is not enabled for [Token/JWT Tickets]. The cipher [RegisteredServiceJwtTicketCipherExecutor] will attempt to produce plain objects>
Так как у меня для свойств установлено значение «true» для криптографии, зачем мне получать эти сообщения?
Что-то не хватает в разделе услуг?
Спасибо.