20-Jul-2023 05:02
Hi!
Is there an option to integrate F5 to authenticate F5 admins, auditors, etc. with Azure Active Direcoty?
We need to have UserDB taken from there
This is the only article I found - but it talks about AD, not AAD
Solved! Go to Solution.
20-Jul-2023 06:17
If you configure Microsoft AD DS then you can use LDAP calls to Microsoft AAD. LDAP has always been supported by F5 Networks for admin auth. So you would use that as normal. HOWEVER, you need to configure Microsoft AD DS.
20-Jul-2023 05:17
Configure Microsoft AD DS:
https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/auth-ldap
This exposes classic LDAP access and use as normal with the current F5 function capabilities.
20-Jul-2023 05:48
ok. and classic AD to AAD is also possible?
If yes, then which would be simpler to implement?
20-Jul-2023 06:17
If you configure Microsoft AD DS then you can use LDAP calls to Microsoft AAD. LDAP has always been supported by F5 Networks for admin auth. So you would use that as normal. HOWEVER, you need to configure Microsoft AD DS.
20-Jul-2023 06:25
Thanks a lot!
I'll go this way then