P
|
pinoyoutdoor 5/22/2018 |
We are exactly on the same page, I'm also troubleshooting this...needed those department, title, email and phone attributes... |
![]() |
Pete K 5/23/2018 |
As far as I know, there is no way to do this within the ASPR framework, but you can use DotNet libraries to query AD and write custom code, although I've never done it that way. What we have done is we build a SQL database nightly using a Powershell script that queries AD. I add this database to my ASPRunner.Net apps, then I add code after the login event to pull in the additional data. |
![]() |
jadachDevClub member 5/23/2018 |
As far as I know, there is no way to do this within the ASPR framework, but you can use DotNet libraries to query AD and write custom code, although I've never done it that way. What we have done is we build a SQL database nightly using a Powershell script that queries AD. I add this database to my ASPRunner.Net apps, then I add code after the login event to pull in the additional data.
|
![]() |
Admin 5/23/2018 |
We do not have a built-in functionality for this. We'll add something in the future. |
I
|
i.NoLim author 5/23/2018 |
Thank you for all your responses. I will look into this and post any updates and/or questions. |
![]() |
Pete K 5/24/2018 |
We do not have a built-in functionality for this. We'll add something in the future.
|
![]() |
Admin 5/24/2018 |
Btw, check AfterSuccessfulLogin event and data array. In case of AD login it might contain some attributes from AD there. Share your results, it depends on many things. |
H
|
heilmanmd 6/25/2018 |
Just for info if anyone is interested.... |