Hello,
I've recently upgraded my CAS server from 5.3.14 to 6.2.1 and had a
question about Google Apps integration.
On the older system, there was a gradle dependency for google apps SAML:
implementation
"org.apereo.cas:cas-server-support-saml-googleapps:${project.'cas.version'}"
I get a deprecation warning when using this:
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.>
I've changed to use the SAML 2 dependency:
implementation
"org.apereo.cas:cas-server-support-saml-idp:${project.'cas.version'}"
but I'm not sure what to do about Google's properties. There were
properties defined for public and private keys within cas.properties:
cas.google-apps.private-key-location=
cas.google-apps.public-key-location=
cas.google-apps.key-algorithm=RSA
Are there equivalent properties for SAML2?
--
- 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/8ab18581-18f8-4b88-bbd1-0c8ee2edf83bn%40apereo.org.