Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Below is the structure of the URL supported at client side

Type of URLs supported

{Host_Name}/otpLogin?mobileNo={mobile number}&redirectTo={redirection URL}


  • Generic URL as redirection url is the only piece of information, plainly added just to redirect to whatever provided
  • If not logged in will move to OTP page directly skipping the login age, after entering the otp received on the registered phone no.





{Host_Name}/otpLogin?mobileNo={mobile number}&redirectTo={redirection URL}&params={query parameters in comma seprated value}


  • Specific URL, recommended to use only if no of query parameters are high and the URL gets long if written as the first case.
  • In this case, we need to add final redirection url in the redirection link config file (\egov-web-app\web\rainmaker\dev-packages\egov-ui-kit-dev\src\config\smsRedirectionLinks.js). Example can be found there to construct the URL and return it.
  • If not logged in will move to OTP page directly skipping the login age, after entering the otp received on the registered phone no.




Note: Redirection is only handled right now for citizen (app.js)



  • No labels