The use of configuration keys that are no longer supported was found in the environment:
Property source 'bootstrapProperties-applicationProfilesCompositeProperties':
Key: cas.google-apps.key-algorithm
Reason: none
Key: cas.google-apps.private-key-location
Reason: none
Key: cas.google-apps.public-key-location
Reason: none
I checked the guide and it's different from 6.1 but you use an implementation statement in build.gradle:
implementation "org.apereo.cas:cas-server-support-saml-googleapps:${project.'cas.version'}"
And I'm supposing that the error is complaining about what's in cas.properties:
cas.googleApps.publicKeyLocation=file:/etc/cas/keys/public.key
cas.googleApps.keyAlgorithm=RSA
cas.googleApps.privateKeyLocation=file:/etc/cas/keys/private.key
What is the proper way to provide this information to CAS?
Thanks for any help!
Rod
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/85b15e11-8801-4b41-ae86-d9c87e535ec9n%40apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAEdMQHU8iHkjyaqy%2BvnwZPZ4LN_JGdEAvK_xPSw-b8iKuv5T6A%40mail.gmail.com.
Thanks Mike!I was hoping we would have a little more time with this feature.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGSBKkc9_1%3DKq%2B6ULj-cM1wFkFQgA6sKgDpEQUeV7keTWh46iQ%40mail.gmail.com.
# Required: false
# Type: java.lang.String
# Owner: org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
# Module: cas-server-support-saml-googleapps
# Signature algorithm used to generate keys. @deprecated Since 6.2
# cas.google-apps.key-algorithm: RSA
# Deprecation Level: ERROR
# Required: false
# Type: java.lang.String
# Owner: org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
# Module: cas-server-support-saml-googleapps
# The private key location that is used to sign responses, etc. @deprecated Since 6.2
# cas.google-apps.private-key-location: file:/etc/cas/private.key
# Deprecation Level: ERROR
# Required: false
# Type: java.lang.String
# Owner: org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
# Module: cas-server-support-saml-googleapps
# The public key location that is also shared with google apps. @deprecated Since 6.2
# cas.google-apps.public-key-location: file:/etc/cas/public.key
# Deprecation Level: ERROR
Or is this a case of the docs not matching the reality and the method I'm using is in fact, gone?
Thanks for your help!
Rod
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAEdMQHWhv3%3DpHwFTziSHtyma3F--RZHD6JuLjWwp7m%2BUny3T5A%40mail.gmail.com.
2021-11-24 09:54:38,090 WARN [org.apereo.cas.support.saml.config.SamlGoogleAppsConfiguration] - <>
2021-11-24 09:54:38,090 WARN [org.apereo.cas.support.saml.config.SamlGoogleAppsConfiguration] - <
____ _____ ___ ____ _
/ ___|_ _/ _ \| _ \| |
\___ \ | || | | | |_) | |
___) || || |_| | __/|_|
|____/ |_| \___/|_| (_)
CAS integration with Google Apps is now deprecated and scheduled to be removed in the future. The functionality is now redundant and unnecessary with CAS able to provide SAML2 identity provider features.To handle the integration, you should configure CAS to act as a SAML2 identity provider and remove this integration from your deployment to protected against future removals and surprises.>
2021-11-24 09:54:38,090 WARN [org.apereo.cas.support.saml.config.SamlGoogleAppsConfiguration] - <>
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
--
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/a7456fb0c7cb61371c1cbeab44a95e106b9980c5.camel%40uvic.ca.