open-vault/builtin/credential/okta
Calvin Leung Huang ca44b5a3e0
auth/okta: Add support for Okta number challenge (#15361)
* POC of Okta Auth Number Challenge verification

* switch from callbacks to operations, forward validate to primary

* cleanup and nonce description update

* add changelog

* error on empty nonce, no forwarding, return correct_answer instead

* properly clean up verify goroutine

* add docs on new endpoint and parameters

* change polling frequency when WAITING to 1s

Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
2022-05-11 17:09:29 -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 auth/okta: Add support for Okta number challenge (#15361) 2022-05-11 17:09:29 -07:00
backend_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
cli.go auth/okta: Add support for Okta number challenge (#15361) 2022-05-11 17:09:29 -07: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 auth/okta: Add support for Okta number challenge (#15361) 2022-05-11 17:09:29 -07:00
path_users.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00