Re: [Dev] WSO2 Identity Server OTP SMS

2015-05-24 Thread Godwin Amila Shrimal
Kind reminder on this! On Thu, May 21, 2015 at 12:10 PM, Godwin Amila Shrimal wrote: > Hi, > > Can we use OTP feature with SMS ?, As per the documentation currently it > support only with Email. And can we use this feature with other WSO2 > products ? (Hope it can by installing identity mgt

Re: [Dev] WSO2 Identity Server OTP SMS

2015-05-24 Thread Johann Nallathamby
Obviously there isn't an OOTB solution. You should be able to extend the IdentityMgtEvenListener and instead of sending an email, send an SMS through a gateway. However I am not quite sure how extensible the current implementation is. If not you will have to write your own listener and do the job.

Re: [Dev] WSO2 Identity Server OTP SMS

2015-05-24 Thread Godwin Amila Shrimal
Hi Johan, Thanks for the response, I'll check this. Thanks Godwin On Sun, May 24, 2015 at 4:03 PM, Johann Nallathamby wrote: > Obviously there isn't an OOTB solution. You should be able to extend the > IdentityMgtEvenListener and instead of sending an email, send an SMS > through a gateway. H