Skip to content

Commit d6f5901

Browse files
authored
Exclude auth email info (#588)
* SRE-2332 redacted auth-email header info * SRE-2332 updated Duende IdentityServer links
1 parent 08f9a01 commit d6f5901

File tree

1 file changed

+1
-3
lines changed
  • docs/architecture/deep-dives/authentication

1 file changed

+1
-3
lines changed

docs/architecture/deep-dives/authentication/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ strategies.
5151
#### Password token requests
5252

5353
- **Grant Type**: `password`
54-
- **Headers**: `Auth-Email` header is set to base-64 encoding of user email address
5554

5655
<!-- prettier-ignore -->
5756
| Content Property | Description |
@@ -90,7 +89,7 @@ When the Identity service receives the token request at the `/connect/token` end
9089
classes take over, based on the grant type specified in the authentication request.
9190

9291
For more information on the responsibility of each of these validators, see the
93-
[IdentityServer4 documentation](https://identityserver4.readthedocs.io/en/latest/index.html).
92+
[IdentityServer documentation](https://docs.duendesoftware.com/identityserver/).
9493

9594
### Validating the request
9695

@@ -104,7 +103,6 @@ This validator is responsible for issuing tokens for `password` grant type.
104103

105104
In order for the request to be validated, the following must be true:
106105

107-
- The `Auth-Email` header must be present and correct.
108106
- The request does not require 2FA, or if it does a valid `twoFactorToken` is provided (see
109107
[2FA documentation](two-factor-auth.md))
110108
- If the request has an `authRequest` property (i.e. is a Passwordless request), the access code is

0 commit comments

Comments
 (0)