From af70f4cc99083f618508925a800a92f837c05778 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Wed, 22 Apr 2015 16:18:58 -0300 Subject: [PATCH] Update Docs --- DOC.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DOC.md b/DOC.md index 469b2ce..e613e90 100644 --- a/DOC.md +++ b/DOC.md @@ -271,3 +271,7 @@ You need a Django project properly configured with the package. Then just run te ```bash $ python manage.py test oidc_provider ``` + +This provider was tested (and fully works) with these OIDC Clients: +- [Drupal OpenID Connect](https://www.drupal.org/project/openid_connect) +- [Passport OpenID Connect](https://github.com/jaredhanson/passport-openidconnect) (for NodeJS)