Skip to content

Commit

Permalink
docs: Add oidc conformity docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed May 29, 2018
1 parent 7acd9bf commit 9fefcd3
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ able to securely manage JSON Web Keys.

- [What is ORY Hydra?](#what-is-ory-hydra)
- [OAuth2 and OpenID Connect: Open Standards!](#oauth2-and-openid-connect-open-standards)
- [OpenID Connect Certified](#openid-connect-certified)
- [Quickstart](#quickstart)
- [5 minutes tutorial: Run your very own OAuth2 environment](#5-minutes-tutorial-run-your-very-own-oauth2-environment)
- [Installation](#installation)
Expand Down Expand Up @@ -99,6 +100,15 @@ and the OpenID Foundation:
* [OpenID Connect Core 1.0](http://openid.net/specs/openid-connect-core-1_0.html)
* [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html)

### OpenID Connect Certified

While ORY Hydra is *not yet officially* OpenID Connect Certified, our reference deployment using the [reference user
login and consent app](https://github.com/ory/hydra-login-consent-node) and the latest ORY Hydra release does pass all
self-service test of the OpenID Foundation, a critical requirement for achieving full OpenID Connect conformity.

If you'd like to see the test cases, head over to [./docs/certification](./docs/certification). We are aiming
to be certified for all explicit, implicit, and hybrid flows as well as OpenID Connect Discovery.

## Quickstart

This section is a quickstart guide to working with ORY Hydra. In-depth docs are available as well:
Expand Down
1 change: 0 additions & 1 deletion docs/certification/README.md

This file was deleted.

Binary file added docs/certification/code+id_token+token/tests.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/certification/code+id_token/tests.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/certification/code+token/tests.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/certification/code/tests.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/certification/id_token+token/tests.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/certification/id_token/tests.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9fefcd3

Please sign in to comment.