Using Identity Server 4, I'm trying to get started on a solution for a native app to authenticate a user using their mobile number. For example the flow would be:
- Key-in mobile number
- Sends SMS with OTP to mobile number
- Key-in OTP from SMS
- Get access token (associated to the user)
Can someone point me towards the right direction to implement this.
Thanks.