open-vault/builtin/credential/okta
Blake Hitchcock cf15a60a87
Send x-forwarded-for in Okta Push Factor request (#12320)
* Send x-forwarded-for in Okta Push Factor request

Why:

In order for Okta to properly report the location of the authentication
attempt, the X-Forwarded-For header must be included in the request to
Okta (if it exists).

This change addresses the need by:

* Duplicating the value of X-Forwarded-For if it's passed through to the
  auth backend

* Add changelog entry for 12320
2021-09-03 13:09:11 -07:00
..
cmd/okta Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go Send x-forwarded-for in Okta Push Factor request (#12320) 2021-09-03 13:09:11 -07:00
backend_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
cli.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
path_config.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_groups.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_groups_test.go Fix Okta auth to allow group names containing slashes (#6665) 2019-05-01 14:56:18 -07:00
path_login.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_users.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00