Browse Source

Update docs/adr/adr-012-controller-http-return-statuses.md

Co-authored-by: Dushan <47317567+dushan-madetech@users.noreply.github.com>
pull/143/head
baarkerlounger 4 years ago committed by GitHub
parent
commit
fb524ab49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/adr/adr-012-controller-http-return-statuses.md

2
docs/adr/adr-012-controller-http-return-statuses.md

@ -6,7 +6,7 @@ Controllers assess authentication by 3 criteria:
2. Are you signed in and requesting an action that your role/user type has access to?
3. Are you signed in, requesting an action that your role/user type has access to and requesting a resource that your user has access to.
When these aren't met the fail with the following response types:
When these aren't met they fail with the following response types:
1. 401: Unauthorized. Redirect to sign-in page.
2. 401: Unauthorized

Loading…
Cancel
Save