Doug Brammer
Doug Brammer

Reputation: 21

Two-factor Authentication for IBM Domino XPages

I am a new Domino XPages developer. Does anyone know of a Two Factor Authentication solution for Xpages.

Upvotes: 2

Views: 911

Answers (2)

Richard Schwartz
Richard Schwartz

Reputation: 14628

You don't authenticate with an application on Domino. (That's true whether it's built with XPages or not.) You authenticate with the server. IBM does not support two factor authentication for Domino, but a simple google of "lotus domino two factor authentication" will bring up results that include a few vendors of 3rd party solutions that work with Domino. You will, however, have to approach this as a systems admin issue, not a development problem, so if you have any follow-ups they will belong on ServerFault instead of StackOverflow.

Upvotes: 2

Egor Margineanu
Egor Margineanu

Reputation: 740

Look at https://www.duosecurity.com/product/applications/api which you could use after user successfully authenticates against Domino server.

Upvotes: 1

Related Questions