Skip to content

Commit

Permalink
Add documentation for Duo plugin (Netflix#3081) (#66)
Browse files Browse the repository at this point in the history
* Add documentation for Duo plugin.

* CamelCase

Co-authored-by: Will Sheldon <[email protected]>
  • Loading branch information
rutvijmehta-harness and wssheldon authored Mar 17, 2023
1 parent ca60b2e commit 8615351
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [Administration Guide](user-guide/administration/README.md)
- [Project](admin-guide/administration/project.md)
- [Plugins](admin-guide/administration/plugins/README.md)
- [Configuring Duo](admin-guide/administration/plugins/configuring-duo.md)
- [Configuring G Suite](admin-guide/administration/plugins/configuring-g-suite.md)
- [Configuring Jira](admin-guide/administration/plugins/configuring-jira.md)
- [Configuring Opsgenie](admin-guide/administration/plugins/configuring-opsgenie.md)
Expand Down
25 changes: 25 additions & 0 deletions docs/admin-guide/administration/plugins/configuring-duo.md
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`.

0 comments on commit 8615351

Please sign in to comment.