12-Feb-2020 15:09
Hello
I need to Build a use case, where I need to allow only specific Machines to access a web applications.
The best approach i reached to was through the APM module, where i can retrieve the Machine info, and validate the BIOS Serial number (which is unique among different machines) against a list of Allowed SN.
session.machine_info./Common/Test-Access_act_machine_info_ag.bios.sn) exist in list ==> Grant Access to Web app
If this a good approach to do? or is there any other easier and practical way to authenticate a Machine before granting access?
If yes, where should i write the list of allowed BIOS SN, and how to do make Validation check (If SN exist in LIST)
Regards,
Georges.
13-Feb-2020 14:15
Hello, where is the list of allowed BIOS numbers? In a attribute in say AD? Or in a datagroup within the BigIP?