Forum Discussion

Roflcopter's avatar
Roflcopter
Icon for Nimbostratus rankNimbostratus
Apr 19, 2016

Capture session details and email them

I am working on a APM policy where we have two branches.

 

User certificate auth, which works fine and if they don't have a cert then they take the path of OTP via SMS.

 

With the OTP via SMS however we want to be able to have the users input their mobile number if it isn't present in AD so it can be sent to the service desk to be put in.

 

So I have it setup to do a check in the mobile field in AD and if there isn't a number present the fallback branch goes to a page where they can input their mobile number and an email is triggered.

 

However I am having trouble being able to capture the mobile number. I am not sure how to customize the logon page and then reference the information that is then submitted by the user.

 

For example previously I just reference %{session.otp.assigned.val} and %{session.ad.last.attr.mobile} to be able to send the SMS out. I am not sure how to do this when capturing the end users input phone number.

 

2 Replies

  • Hi Isaac,

     

    You could use a Logon Page object to capture the users phone number, the variable will depend what you put in the Session Variable field in your configuration.

     

    For this scenario you would make it a text field and give it a post/session variable name of phone, or whatever you wish. This variable would be called session.logon.last.phone. You could reference this however you wish once its been input by the user.