Skip to content

Commit

Permalink
docs: script link fixed (#2465)
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena authored Sep 26, 2022
1 parent 35ced3e commit c22ce1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Integrating DUO's Universal Prompt as an authentication method in Janssen server

[Duo Security](https://duosecurity.com) is a SaaS authentication provider. This document will explain how to use Janssen's [Duo interception script](https://github.com/JanssenProject/jans/blob/main/jans-linux-setup/jans_setup/static/extension/person_authentication/DuoExternalAuthenticator.py) to configure the Janssen Server for a two-step authentication process with username and password as the first step, and Duo as the second step. The script invokes the Universal Prompt which is a redesign of Duo’s traditional authentication prompt.
[Duo Security](https://duosecurity.com) is a SaaS authentication provider. This document will explain how to use Janssen's [Duo interception script](https://github.com/JanssenProject/jans/blob/main/docs/script-catalog/person_authentication/duo-external-authenticator/DuoExternalAuthenticator.py) to configure the Janssen Server for a two-step authentication process with username and password as the first step, and Duo as the second step. The script invokes the Universal Prompt which is a redesign of Duo’s traditional authentication prompt.

## Authentication flow
```mermaid
Expand All @@ -29,7 +29,7 @@ Jans AS->>RP: 10. write Jans session cookie
```

## Administrator prerequisites
- [Duo interception script](https://github.com/JanssenProject/jans/blob/main/jans-linux-setup/jans_setup/static/extension/person_authentication/DuoExternalAuthenticator.py) (included in the default Janssen Server distribution);
- [Duo interception script](https://github.com/JanssenProject/jans/blob/main/docs/script-catalog/person_authentication/duo-external-authenticator/DuoExternalAuthenticator.py) (included in the default Janssen Server distribution);
- An account with [Duo Security](https://duo.com/).

## User prerequisites
Expand Down

0 comments on commit c22ce1a

Please sign in to comment.