Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
shib-idp-conftree/conf/authn/duo.properties
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (22 sloc)
1.09 KB
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
## Duo integration settings | |
## Note: If upgrading from pre-3.3 IdP versions, you will need to manually add a pointer | |
## to this property file to idp.properties. | |
## The first set of properties support DuoWeb "iframe" integration. | |
idp.duo.apiHost = hostname | |
idp.duo.applicationKey = key | |
idp.duo.integrationKey = key | |
idp.duo.secretKey = key | |
## The second set are used for direct AuthAPI usage for ECP support. | |
## A seperate integration has to be created for this to work. | |
#idp.duo.nonbrowser.apiHost = %{idp.duo.apiHost} | |
#idp.duo.nonbrowser.applicationKey = key | |
#idp.duo.nonbrowser.integrationKey = key | |
#idp.duo.nonbrowser.secretKey = key | |
## Request header names for Duo non-browser credentials. | |
# idp.duo.nonbrowser.header.factor = X-Shibboleth-Duo-Factor | |
# idp.duo.nonbrowser.header.device = X-Shibboleth-Duo-Device | |
# idp.duo.nonbrowser.header.passcode = X-Shibboleth-Duo-Passcode | |
## Enables auto selection of factor/device if not specified by client. | |
# idp.duo.nonbrowser.auto = true | |
## Enables transmission of client address to Duo during authentication. | |
# idp.duo.nonbrowser.clientAddressTrusted = true |