...
ESUP-OTP est une solution de MFA libre intégrée dans le Système Central d'Authentification CAS de l'établissement.
Remarque |
---|
L'article article ESUP-OTP : Solution libre et open source pour la gestion de l'authentification forte lié au poster présenté aux JRES à Marseille Mai 2022 est disponible sur le site des JRES 2021/2022. Il décrit au mieux le projet ESUP-OTP dans son ensemble, n'hésitez pas à vous y référer. |
...
En cours de migration sur cet espace : MFA Esup OTP
Authentification via les cartes NFC
Pour activer l'authentification NFC sur ESUP-OTP, il faut avoir un serveur esup-nfc
Rajouter l'application ESUP-OTP sur WEB-INF/classes/META-INF/spring/applicationContext-custom.xml
<bean id="otpExtApi" class="org.esupportail.nfctag.service.api.impl.AppliExtRestWs">
<property name="isTagableUrl" value="https://esup-otp-api.univ.fr/esupnfc/isTagable"/>
<property name="validateTagUrl" value="https://esup-otp-api.univ.fr/esupnfc/validateTag"/>
<property name="getLocationsUrl" value="https://esup-otp-api.univ.fr/esupnfc/locations"/>
<property name="displayUrl" value="https://esup-otp-api.univ.fr/esupnfc/display"/>
<property name="description" value="Web Service ESUP-OTP"/>
<property name="backgroundColor" value="rgb(98, 0, 238)"/>
</bean>
Présentation EsupDays #22 - septembre 2016
...