Skip to content

Commit

Permalink
fix: authorization links
Browse files Browse the repository at this point in the history
Signed-off-by: jannyHou <juehou@ca.ibm.com>
  • Loading branch information
jannyHou committed Sep 28, 2020
1 parent f7b9719 commit af67077
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/site/Authorization-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ approach authorization.
`Developers` need to,

- mount the authorization component, see
[Registering the Authorization Component](#registering-the-authorization-component)
[Registering the Authorization Component](Authorization-component.md)
- decorate endpoints with authorization metadata, see
[Configuring API Endpoints](#configuring-api-endpoints)
[Configuring API Endpoints](Authorization-component-decorator.md)
- define `authorizer` and `voter` functions, see
[Programming Access Policies](#programming-access-policies)
[Programming Access Policies](Authorization-component-interceptor.md)
- design security policies as decision matrix, see
[Authorization by decision matrix](#authorization-by-decision-matrix)
[Authorization by decision matrix](Authorization-component-decision-matrix.md)
- plug in external enforcer libraries, see
[Enforcer Libraries](#enforcer-libraries)
[Enforcer Libraries](Authorization-component-enforcer.md)

## Tutorials

Expand Down

0 comments on commit af67077

Please sign in to comment.