...
Pour activer l'authentification NFC sur ESUP-OTP, il faut avoir un serveur esup-nfc
1 - Rajouter l'application ESUP-OTP sur esup-nfc
Mettre le bean suivant 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>
2 - Autoriser l'adresse IP du serveur esup-nfc-tag-server dans esup-otp-api
Sur properties/esup.json ("esupnfc":{"server_ip":"IP_ESUP_NFC_TAG_SERVER"}
Si vous activez sur profil (esup-otp-manager), l'authentification NFC, vous pouvez vous connecter en badgeant avec votre carte MS sur l'application esup-nfc-tag-droid.
Le badgeage via Esup Auth (android et iOS) est en cours d'implémentation
Présentation EsupDays #22 - septembre 2016
...