By: Paolo Ghidini user 11 Jan 2021 at 2:51 a.m. CST

3 Responses
Paolo Ghidini gravatar

HI all, i tried to configure CAS Outbound authentication for some my legacy application. Following the documentation i try to modified the template file:

/opt/gluu/jetty/identity/conf/shibboleth3/idp/cas-protocol.xml.vm but in my installation there isn't this file.

I already installed the shibboleth module without success.

Thank you

Best Regards

Paolo

By Mohib Zico Account Admin 11 Jan 2021 at 3:15 a.m. CST

Mohib Zico gravatar

Hi,

I already installed the shibboleth module without success.

You need to install shibboleth successfully first.

By Paolo Ghidini user 11 Jan 2021 at 3:27 a.m. CST

Paolo Ghidini gravatar

I already install shibboleth during the first installation without error. It's also necessary to reinstall?

By Mohib Zico Account Admin 11 Jan 2021 at 11:22 p.m. CST

Mohib Zico gravatar

No then...

I got your message incorrectly then as you said "without success" here.

Anyway, cas-protocol.xml.vm is inside jar file now. You can collect that in below way:

  • Collect 'identity.war' and put that in some tmp location.
  • Extract 'identity.war' with command: /opt/amazon-corretto-x.x.x.x-linux-x64/bin/jar -xvf identity.war Go to WEB-INF/lib/ location
  • Get 'oxtrust-configuration-4.2.x-SNAPSHOT.jar'
  • Extract 'oxtrust-configuration-4.2.x-SNAPSHOT.jar' with command: /opt/amazon-corretto-x.x.x.x-linux-x64/bin/jar -xvf oxtrust-configuration-4.2.x-SNAPSHOT.jar
  • Go to META-INF/shibboleth3/idp location