Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 page

    • SecretKey:From the DUO Admin page

    • Host:From the DUO Admin page

    • Type: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
languagejson
{
    "ClientKey" : "Integration key değerivalue",
    "SecretKey" : "Secret key değerivalue",
    "Host" : "API hostname değerivalue",
    "Type" : "DUO",
    "Device" :"All"
}

Image RemovedImage Added

Duo Admin Account Application Information Example

...