forked from Netflix/dispatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for Duo plugin (Netflix#3081) (#66)
* Add documentation for Duo plugin. * CamelCase Co-authored-by: Will Sheldon <[email protected]>
- Loading branch information
1 parent
ca60b2e
commit 8615351
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
docs/admin-guide/administration/plugins/configuring-duo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
description: Configuration options for the Duo plugin. | ||
--- | ||
|
||
# Configuring Duo | ||
|
||
{% hint style="info" %} | ||
Dispatch ships with Duo support for additional multi-factor authentication checks within the application, such as when a snooze rule is created. This plugin is not required for core functionality. | ||
{% endhint %} | ||
|
||
## `Integration Key` \[Required. Secret: True\] | ||
|
||
> Auth API integration key ('DI...'). | ||
## `Integration Secret Key` \[Required. Secret: True\] | ||
|
||
> Secret token used in conjunction with integration key. | ||
## `API Hostname` \[Required\] | ||
|
||
> API hostname ('api-....duosecurity.com') | ||
## Duo Setup | ||
|
||
Log in to the Duo Admin Panel and navigate to `Applications`. Click `Protect an Application` and locate the entry for Auth API in the applications list. Click `Protect` to the far-right to configure the application and get your `integration key`, `secret key`, and `API hostname`. |