SOLVED

Get list of enterprise applications added and their single SSO configuration

Brass Contributor

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.

2 Replies
best response confirmed by Carlos Gomez (Brass Contributor)
Solution

You should be able to get the info via Get-AzureADApplication and Get-AzureADServicePrincipal, as well as their related cmdlets.

@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?

1 best response

Accepted Solutions
best response confirmed by Carlos Gomez (Brass Contributor)
Solution

You should be able to get the info via Get-AzureADApplication and Get-AzureADServicePrincipal, as well as their related cmdlets.

View solution in original post