Forum Discussion
Carlos Gomez
Jun 05, 2017Brass Contributor
Get list of enterprise applications added and their single SSO configuration
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.
You should be able to get the info via Get-AzureADApplication and Get-AzureADServicePrincipal, as well as their related cmdlets.
You should be able to get the info via Get-AzureADApplication and Get-AzureADServicePrincipal, as well as their related cmdlets.
- Amit_Trivedi112214Copper Contributor
VasilMichev 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?