Update Docs

This commit is contained in:
Juan Ignacio Fiorentino 2015-04-22 16:18:58 -03:00
parent f0579373b2
commit af70f4cc99

4
DOC.md
View file

@ -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)