File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
docs/architecture/deep-dives/authentication Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ strategies.
51
51
#### Password token requests
52
52
53
53
- ** Grant Type** : ` password `
54
- - ** Headers** : ` Auth-Email ` header is set to base-64 encoding of user email address
55
54
56
55
<!-- prettier-ignore -->
57
56
| Content Property | Description |
@@ -90,7 +89,7 @@ When the Identity service receives the token request at the `/connect/token` end
90
89
classes take over, based on the grant type specified in the authentication request.
91
90
92
91
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/ ) .
94
93
95
94
### Validating the request
96
95
@@ -104,7 +103,6 @@ This validator is responsible for issuing tokens for `password` grant type.
104
103
105
104
In order for the request to be validated, the following must be true:
106
105
107
- - The ` Auth-Email ` header must be present and correct.
108
106
- The request does not require 2FA, or if it does a valid ` twoFactorToken ` is provided (see
109
107
[ 2FA documentation] ( two-factor-auth.md ) )
110
108
- If the request has an ` authRequest ` property (i.e. is a Passwordless request), the access code is
You can’t perform that action at this time.
0 commit comments