Forum Discussion
Carlos Gomez
Jun 05, 2017Copper 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.
- Jun 05, 2017
You should be able to get the info via Get-AzureADApplication and Get-AzureADServicePrincipal, as well as their related cmdlets.
VasilMichev
Jun 05, 2017MVP
You should be able to get the info via Get-AzureADApplication and Get-AzureADServicePrincipal, as well as their related cmdlets.
- Amit_Trivedi112214May 21, 2020Copper 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?