Difference between revisions of "Two Factor Authentication with Shibboleth"

From GFIPM Implementation Wiki
Jump to: navigation, search
(Created page with "==About== One option for enabling multi-factor authentication for Shibboleth is to use the [https://wiki.shibboleth.net/confluence/display/SHIB2/Multi-Context+Broker Multi-Con...")
 
(Second Factor E-mail)
Line 5: Line 5:
 
==Second Factor E-mail==
 
==Second Factor E-mail==
 
GTRI has created one such packaging where the 2nd factor is based on the user's e-mail address, where a code is e-mailed to the user's registered e-mail address and then they type in the code.  This 2nd factor verification  may be cached for some amount of time as determined by the configuration.  This MCB package may be downloaded: [[File:Secondfactorbyemail.zip]].
 
GTRI has created one such packaging where the 2nd factor is based on the user's e-mail address, where a code is e-mailed to the user's registered e-mail address and then they type in the code.  This 2nd factor verification  may be cached for some amount of time as determined by the configuration.  This MCB package may be downloaded: [[File:Secondfactorbyemail.zip]].
 +
===Second Factor Source Code===
 +
This e-mail second factor is in a repository derived from the MCB on github: [https://github.com/gtkrug/Shibboleth-Multi-Context-Broker GTRI Customized MCB].

Revision as of 22:06, 6 August 2014

About

One option for enabling multi-factor authentication for Shibboleth is to use the Multi-Context Broker. This framework offers an excellent way to develop different style of 2nd factor modules for Shibboleth.

Second Factor E-mail

GTRI has created one such packaging where the 2nd factor is based on the user's e-mail address, where a code is e-mailed to the user's registered e-mail address and then they type in the code. This 2nd factor verification may be cached for some amount of time as determined by the configuration. This MCB package may be downloaded: File:Secondfactorbyemail.zip.

Second Factor Source Code

This e-mail second factor is in a repository derived from the MCB on github: GTRI Customized MCB.