/git-java-okta-dsl

Spring security okta dsl.

Primary LanguageJavaMIT LicenseMIT

git-java-okta-dsl

Build Status

Okta SAML example with Spring Security

Usage

Please note: these vague, mostly-useless instructions will be replaced once this package is hosted.

  1. Clone locally into your project
  2. Include as a compile time resource

Running tests

  1. Copy test/resources/credentials.example.yml to test/resources/credentials.yml and fill in appropriately
  2. Update application-test.yml appropriately.
  3. ./gradlew clean test