Skip to content

Commit

Permalink
Merge pull request #35 from cchantep/patch-1
Browse files Browse the repository at this point in the history
Add a new demo project
  • Loading branch information
hierynomus committed Mar 17, 2021
2 parents 5c1b2f1 + 33a49f5 commit 130a3bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -5,9 +5,12 @@ A wrapper around pac4j (www.pac4j.org) built using AkkaHTTP

## how to use it ##

Here is a demo project showing how to configure akka-http-pac4j for SAML & LDAP: https://github.com/vidma/akka-http-pac4j-demo
Here are demo projects showing how to configure akka-http-pac4j:

Many other auth methods supported by pac4j should work too, see https://github.com/pac4j/play-pac4j-scala-demo/blob/master/app/modules/SecurityModule.scala for more examples
- For SAML & LDAP: https://github.com/vidma/akka-http-pac4j-demo
- For Keycloak as local SAML IDP: https://cchantep.github.io/akka-pac4j-saml-keycloak-demo/

Many other auth methods supported by pac4j should work too, see: https://github.com/pac4j/play-pac4j-scala-demo/blob/master/app/modules/SecurityModule.scala for more examples

## One time publishing configuration

Expand Down

0 comments on commit 130a3bb

Please sign in to comment.