Coder Social home page Coder Social logo

bootiful-kotlin-cas-client's Introduction

Bootiful CAS-enabled Kotlin web application

This is the simplest CASyfied Kotlin Spring Boot application that there could be. It uses cas client auto config support

It could be used as a template to build more complex Kotlin CAS-enabled Spring Boot apps, or simply as a quick tester for various CAS servers installations.

To get started

  • Make sure you have Java 8 installed (it won't work on Java versions less than 8)

  • Clone this repository

  • Change 3 required URL properties in src/main/resources/application.yml pointing to the desired CAS server and client host. For example:

    cas:
      #Required properties
      server-url-prefix: https://localhost:8143/cas
      server-login-url: https://localhost:8143/cas/login
      client-host-url: https://localhost:8443
  • Change SSL settings in src/main/resources/application.yml pointing to your local keystore and truststore. For example:

server:
  port: 8443
  ssl:
    enabled: true
    key-store: /Users/dima767/.keystore
    key-store-password: changeit     

Note: you also might need to do the self-cert generation/importing dance into the JVM's trustore for this CAS client/server SSL handshake to work properly.

  • From the command line run: ./run

  • Visit https://localhost:8443 in the web browser of choice and enjoy the CASyfied Kotlin Spring Boot app!

bootiful-kotlin-cas-client's People

Contributors

dima767 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.