forked from vlacs/saml20-clj
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. |