Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
k2n committed Mar 25, 2017
1 parent 4e233dd commit 6cc71b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Add ```[k2n/saml20-clj "0.1.7"]``` to your project dependencies.

## Usage

See [quephird/saml-test](https://github.com/quephird/saml-test) for the usage.
This is forked from [vlacs/saml20-clj](https://github.com/vlacs/saml20-clj) and added the support for XML signing with SHA-256 instead of SHA-1, which is required by ADFS by default.
* See [quephird/saml-test](https://github.com/quephird/saml-test) for the usage.
* This repository is forked from [vlacs/saml20-clj](https://github.com/vlacs/saml20-clj) and added the support for XML signing with SHA-256 instead of SHA-1, which is required by ADFS by default.

``` clojure
(ns myapp.routes.saml
Expand Down Expand Up @@ -88,7 +88,7 @@ This is forked from [vlacs/saml20-clj](https://github.com/vlacs/saml20-clj) and

## License

Copyright © 2013 VLACS <[email protected]>
Copyright © 2017 Kenji Nakamura <[email protected]>
* Copyright © 2013 VLACS <[email protected]>
* Copyright © 2017 Kenji Nakamura <[email protected]>

Distributed under the Eclipse Public License, the same as Clojure.

0 comments on commit 6cc71b6

Please sign in to comment.