OpenConext / Stepup-SelfService

Stepup Self-service interface
Apache License 2.0
2 stars 5 forks source link

Require SMS recovery token authentication #290

Closed MKodde closed 1 year ago

MKodde commented 1 year ago

When recovering a SF token using your recovery token, the SMS option did not require an SMS authentication. That was fixed in this PR

During registration, the SMS auth step is not required as you just registered the SMS recovery token in that case. And that is enough proof of possession at that point. But during recovery of a SF token, you are required to prove possession of your recovery token.

For the safe-store RT that would already work.

See: https://www.pivotaltracker.com/story/show/185099092