Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml/xml
        <dependency>
       
    <groupId>org.jasig.cas</groupId>
    
       <artifactId>cas-server-support-openid</artifactId>
      
     <version>${project.version}</version>
       
</dependency>
Warning
titleBe Careful

You must change the server prefix property of the cas server to an https url. Otherwise SSO will not work. Find the cas.properties file and edit the server.prefix url to something like this : https://localhost:443/cas.

...