Provide IP Address in Duo Request (#18811)
* Provide IP Address in Duo Request * CL
This commit is contained in:
parent
6ec669bb07
commit
2b5e5121e1
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
auth: Provide an IP address of the requests from Vault to a Duo challenge after successful authentication.
|
||||
```
|
|
@ -1951,6 +1951,7 @@ func (c *Core) validateDuo(ctx context.Context, mfaFactors *MFAFactor, mConfig *
|
|||
}
|
||||
}
|
||||
|
||||
options = append(options, authapi.AuthIpAddr(reqConnectionRemoteAddr))
|
||||
options = append(options, authapi.AuthUsername(username))
|
||||
options = append(options, authapi.AuthAsync())
|
||||
|
||||
|
|
Loading…
Reference in New Issue