...
You must have a DUO subscription (http://duo.com )
Installation of 2FA Module must be ensured via DECE-STORE. (Settings/Module Management)
The following definition should be made under the directory <geodi>/Settings/2FA . The Default.json.sample file can be used. Definition file must conform to json rules. You can verify with https://jsonformatter.curiousconcept.com/ .
You can obtain the required values from the Applications section of the Duo Admin page.https://admin.duosecurity.com/login?next=%2F
After entering, WebSDK or DUO API application settings must be given to the relevant values from the Applications tab.
Clientkey:
From the DUO Admin pageSecretKey:
From the DUO Admin pageHost:
From the DUO Admin pageType:
DUO // may vary for different providers)Device:
All // You can select your devices from the Duo Interface.
After the settings, the DUO verification page opens on the GEODI Login page for LDAP users.
When a new user is added, it must be synchronized on the Duo side. (Refer to Duo technical documentation for more.)
Code Block | ||
---|---|---|
| ||
{ "ClientKey" : "Integration key değerivalue", "SecretKey" : "Secret key değerivalue", "Host" : "API hostname değerivalue", "Type" : "DUO", "Device" :"All" } |
Duo Admin Account Application Information Example
...