Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 83156eb

Browse files
MassimoCtomkerkhove
authored andcommitted
Update readme with security guideline intro (#134)
Added a recap and the link to the security page
1 parent 438e485 commit 83156eb

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

maturity-level-two/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ You should:
1515
- Unit test Open API validation to automatically detect breaking changes
1616

1717
## API Security
18-
API security is an essential part when designing the API.
18+
API security is an essential part when designing the API. All different levels of security are discussed within the API-Security document ([user guide](docs/api-security.md)).
1919

20-
All different levels of security are discussed within the API-Security document.
21-
22-
Different levels of security are covered such as:
23-
- IP Filtering
24-
- API Key
25-
- OAuth (if there is an Identity Provider)
26-
- Client Certificate
27-
- ...
20+
You should:
21+
- When possible, use a token based authenticaton/authorization (OAuth2, MSI, etc..)
22+
- When not, depending on the use case, consider to use a combination of the available security mechanisms (e.g. Client Certificate, api key, ip filtering, etc..)

0 commit comments

Comments
 (0)