Skip to content

Commit

Permalink
docs: Adds alt tags to images and resolves markdown typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Dec 4, 2017
1 parent 7b697b1 commit 9587754
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ login service ("user management") and implement the consent flow with it.

Let us look at the sequence of requests being made to successfully perform an OAuth 2.0 authorize code flow using ORY Hydra:

![Consent flow](./images/consent-flow.svg)
![Consent flow sequence diagram](./images/consent-flow.svg)

The state machine of the consent app itself typically looks as followed.

Expand All @@ -86,7 +86,7 @@ CHA-->CHR
CHR-->|Redirect to redirectUrl value|H2{Hydra}
-->

![](./images/consent-state.svg)
![Consent app state diagram](./images/consent-state.svg)

**Legend:**

Expand All @@ -108,9 +108,9 @@ consent request.

Here is how Google chose to design the login and consent UI (what we call the "consent app"):

!()[./images/google.png]
![Google OAuth 2.0 Log In Screen](./images/google.png)

!()[./images/google2.png]
![Google OAuth 2.0 Authorization In Screen](./images/google2.png)

### Consent REST API

Expand Down

0 comments on commit 9587754

Please sign in to comment.