simplesamlphp-module-privacyidea icon indicating copy to clipboard operation
simplesamlphp-module-privacyidea copied to clipboard

"Trigger SMS Token" Button

Open lukasmatusiewicz opened this issue 2 years ago • 2 comments

This could be useful e.G. if a user has forgotten his webauthn device and will use an SMS token as an alternative.

Question: Is it possible to trigger an sms token only if the user clicks the SMS button?

lukasmatusiewicz avatar Mar 02 '23 09:03 lukasmatusiewicz

If we were to do this, we would have to change/extend the current structure we use. We would need to get the token of the user trying to log in and then use triggerchallenge with the serial to explicitly trigger one token.

nilsbehlen avatar Mar 02 '23 09:03 nilsbehlen

https://privacyidea.readthedocs.io/en/v3.2/modules/api/token.html?highlight=%2Ftoken#get--token- https://privacyidea.readthedocs.io/en/v3.2/modules/api/validate.html?highlight=triggerchallenge#get--validate-triggerchallenge

nilsbehlen avatar Mar 02 '23 09:03 nilsbehlen