Hello, I'm facing an issue. I'm trying to configure OAuth JWT access tokens for one service signed with RSA (RS512) but keeping the payload unencrypted. Current tokens signed with HS512 work fine actually.
Do someone know a proper way to achieve that goal please ? Here are some configs samples : # OAuth token cas.authn.oauth.crypto.encryption.key=Xt- ... vCuVdT_URQ cas.authn.oauth.crypto.signing.key =file:/etc/cas/config/svmlx-cas-dev_private.key cas.authn.oauth.crypto.alg=??? A256GCM | RSA | RS512 cas.authn.oauth.crypto.enabled=false cas.authn.oauth.crypto.signingEnabled=true cas.authn.oauth.crypto.encryptionEnabled=false cas.authn.oauth.accessToken.crypto.encryption.key=Xt-YRnk ... URQ cas.authn.oauth.accessToken.crypto.signing.key =file:/etc/cas/config/private.key cas.authn.oauth.accessToken.crypto.alg=A256GCM cas.authn.oauth.accessToken.crypto.enabled=false cas.authn.oauth.accessToken.crypto.signingEnabled=true cas.authn.oauth.accessToken.crypto.encryptionEnabled=false Thank you in advance. -- - 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/aa07cb9f-d829-4487-a107-ec491da5af06n%40apereo.org.
