Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update api-security.md #35

Merged
merged 2 commits into from
Mar 19, 2021
Merged

Update api-security.md #35

merged 2 commits into from
Mar 19, 2021

Conversation

rahariya
Copy link
Collaborator

@rahariya rahariya commented Jul 31, 2020

Updated the descriptions for using API Keys and Authorization header.

This pull request aims to clarify the use of both API Keys and Authorization header, and is related to #26

rahariya added 2 commits July 31, 2020 15:23
Updated the descriptions for using API Keys and Authorization header.
Updated the CORS header sentence (dot point 9), under Authentication and Authorization.

This commit aims to resolve apigovau#10
Copy link

@jordanwalsh23 jordanwalsh23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is approved to be merged into 1.1.0 of the NAPIDS.

@@ -31,14 +31,14 @@ Depending on the security classification you may be required to establish the fo
## Authentication and Authorization

- Basic or Digest authentication **SHOULD NOT** be used.
- The `Authorization: Bearer` header **MUST** be used for authentication/authorization e.g. using a JWT token.
- The `Authorization: Bearer` header **MUST** be used for authentication/authorization e.g. using a JWT token. Authorization tokens identify a user — the person — that is using the app or site.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not every token needs to represent a person, e.g. Client credential flow.
No need for the additional text

@ghost
Copy link

ghost commented Nov 23, 2020

Conflicts with PR #49

@colugo colugo merged commit 1648f22 into apigovau:master Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants