cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating an existing SMS authentication application to SA2500

_______
New Contributor

Integrating an existing SMS authentication application to SA2500

Hello, I would like to integrate an existing sms authentication application coded with .Net to our Juniper SSL VPN 2500 which sends an sms to user and waits for response before approving the login process. What kind of coder recources do I need to accomplish this task and what languages does this resources has to know (phytone, .Net, etc..)? Details: Juniper SSL VPN SA 2500 IVE 7.0R1 (build 16007) Thank you in advance.
3 REPLIES 3
flip_pipe_
Frequent Contributor

Re: Integrating an existing SMS authentication application to SA2500

HI li,

 

This is a close application. You can't add code to it. You have to play with the bricks they allow you. As far as I know, the best way it to use RADIUS authentication, which allow a question response authentication. A longer shot is to use javascript in the custom sign in pages.

 

Regards,

zanyterp_
Respected Contributor

Re: Integrating an existing SMS authentication application to SA2500

+1 to use radius to your existing solution (if available); unfortunately, if it doesn't follow one of the existing auth specifications, it cannot be used for authentication/authorization into the system
ruc_
Regular Contributor

Re: Integrating an existing SMS authentication application to SA2500

The easiest and cleanest option is to use Radius if the SMS auth app supports standard Radius (so SA will be a Radius Client and your App/Backend the Radius Server)

 

Other options:

1. If your app supports SAML then it can become the identity provider and  SA the consumer (service provider). This will be  a SSO type intergation.