Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/attacking_web_applications/oauth_attacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In OAuth terminology one talks about different grant_types. There are four diffe
3. Resource owner password credentials - This is the problem that I previously wrote that OAuth tries to solve.
4. Client credentials

## Authroization code - Code Flow
## Authorization code - Code Flow
Let's walk through the grant type Authorization code. This is usually called Code Flow. It is the most complex form, but probably also the most secure.

It is divided into two parts: Authorization flow and Token Flow.
Expand Down