Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2FA calls 2FA Web proxy by a URL which is set in 2FA web.config file with 2 parameters in url. 2FA provides 2 paramaters and replaces them in the url . These 2 parameters are OTP and the phone number. Then 2FA Web Proxy is called and its SmsContoller / Get action method is called. Within Get action method, Send function (within GCNotify class) is called and it sents the OTP to the phone number. The text and otp are fomatted using the template in GC Notify that we provided in 2FA Web Proxy.

The following diagram explains the DEV envrionment setup:

...

The following diagram explain the connection flow:

Image Added

Good To Know

<--->

How-To and Fixes

...