Jun 05 2017
09:06 AM
- last edited on
Jan 14 2022
05:32 PM
by
TechCommunityAP
Jun 05 2017
09:06 AM
- last edited on
Jan 14 2022
05:32 PM
by
TechCommunityAP
Hi,
Is there a powershell command or and out of the box report that I can use to get from our AAD the list of enterprise applications and their SSO configuration.
Regards.
Jun 05 2017 11:12 AM
SolutionYou should be able to get the info via Get-AzureADApplication and Get-AzureADServicePrincipal, as well as their related cmdlets.
May 21 2020 10:11 AM
@Vasil Michev That command does not give you SSO method for any Enterprise application. Is there any other filter that we could use or any script to get authentication method used for all enterprise application?