Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
de:aai:refeds_authn_profiles_idp [2022/02/08 16:51] – angelegt Wolfgang Pempede:aai:refeds_authn_profiles_idp [2022/02/08 17:18] (aktuell) Wolfgang Pempe
Zeile 14: Zeile 14:
   * Spezifikation: https://refeds.org/profile/mfa    * Spezifikation: https://refeds.org/profile/mfa 
   * Ausführliche FAQ mit Beispielen für SP- und IdP-Betreiber: https://wiki.refeds.org/display/PRO/MFA+Profile+FAQ    * Ausführliche FAQ mit Beispielen für SP- und IdP-Betreiber: https://wiki.refeds.org/display/PRO/MFA+Profile+FAQ 
-  * Shibboleth Wiki: [[https://shibboleth.atlassian.net/wiki/spaces/SP3/pages/2114781453/Requiring+Multi-Factor+Authentication|Requiring Multi-Factor Authentication]]+  * Shibboleth Wiki: [[https://shibboleth.atlassian.net/l/c/kWP1CpD1|Supporting the REFEDS MFA Profile]] 
 + 
 +==== MFA Implementierung mithilfe des fudiscr IdP Plugins und privacyIDEA ==== 
 + 
 +  * Workshopmaterialien: [[de:aai:events:ws2022|Shibboleth Workshops Februar 2022]] 
 +  * Installationsanleitung privacyIDEA: https://gitlab.daasi.de/training/privacyidea 
 +  * Zu Installation und Konfiguration des IdP-MFA-Plugins siehe unter [[de:shibidp:plugin-fudiscr|Shibboleth IdP-Plugin fudiscr]] 
 + 
 +Falls die MFA-Prozesse und -Policies den Anforderungen des REFEDS Multi-Factor Authentication Profiles genügen: 
 +  * The authentication of the user’s current session used a combination of at least two of the four distinct types of factors defined in ITU-T X.1254: Entity authentication assurance framework, section 3.1.3, authentication factor (something you know, something you have, something you are, something you do). 
 +  * The factors used are independent, in that access to one factor does not by itself grant access to other factors. 
 +  * The combination of the factors mitigates single-factor only risks related to non-real-time attacks such as phishing, offline cracking, online guessing and theft of a (single) factor. 
 +kann in ''./conf/authn/authn.properties'' der entsprechende Principal ergänzt werden: 
 +<file properties ./conf/authn/authn.properties> 
 +idp.authn.flows = MFA 
 + 
 +idp.authn.fudiscr.supportedPrincipals= \ 
 +saml2/urn:de:zedat:fudis:SAML:2.0:ac:classes:CR,
 +saml2/https://refeds.org/profile/mfa 
 + 
 +idp.authn.MFA.supportedPrincipals = \ 
 +saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocol,
 +saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport,
 +saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:Password,
 +saml1/urn:oasis:names:tc:SAML:1.0:am:password,
 +saml2/urn:de:zedat:fudis:SAML:2.0:ac:classes:CR,
 +saml2/https://refeds.org/profile/mfa 
 +</file> 
  
  
-FIXME: Weitere Dokumentation folgt 
  • Zuletzt geändert: vor 2 Jahren