- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 10:53 PM
Hello
I have an interesting use case I would like to discuss. A customer has an LDAP directory full of non-MSAD users. These users do not have computers. The customer wishes to offer BYOD services with authentication via a portal. I understand there are other ways to do this, however at this stage we are just exploring WebAuth.
The customer wishes the end user to log in with a user ID based on their staff number and a password set through an LDAP server portal. I have these requirements in hand and am happy with the solution here.
The sticking point is this - after the user logs in, the successful auth page much show their name in a format similar to "Hello Chris Martin, welcome". This information is held as a object in the LDAP database. I have three objects to work with:
givenName: Chris
sn: Martin
cn: Chris Martin
Can I modify the success page to display this information out of the choices above?
Thanks
Solved! Go to Solution.
- Labels:
-
Identity Services Engine (ISE)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2016 07:48 AM
First and Last names in those variables are pulled from the guest database when the user logs in with Guest Credentials. I don't think ISE can natively pull this data from an external directory.
You could develop some Javascript code to call out to an external web service pull retrieve that data. That maybe more trouble than it's worth though.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2016 05:38 AM
Try going to the BYOD Portal, click on Portal Page Customization and then choose the BYOD Success entry
Click the Insert Variable button and choose First Name and Last Name from the list of variables.
Customize your message and Save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2016 07:48 AM
First and Last names in those variables are pulled from the guest database when the user logs in with Guest Credentials. I don't think ISE can natively pull this data from an external directory.
You could develop some Javascript code to call out to an external web service pull retrieve that data. That maybe more trouble than it's worth though.
Thanks
