Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enterprise App - how do I get cert info, notification email, user attribs, claims? #14

Open
lukeb1961 opened this issue Oct 18, 2019 · 3 comments

Comments

@lukeb1961
Copy link

If I configure an Enterprise Application, with SSO,
how do I get the certificate information, the notification email, the user attribs, the claims?

Get-AzureADapplication doesn't provide any of this.

@lukeb1961 lukeb1961 changed the title ENterprise App - how do I get cert info, ntofication email, user attribs, claims? ENterprise App - how do I get cert info, notfication email, user attribs, claims? Oct 18, 2019
@lukeb1961 lukeb1961 changed the title ENterprise App - how do I get cert info, notfication email, user attribs, claims? Enterprise App - how do I get cert info, notfication email, user attribs, claims? Oct 18, 2019
@lukeb1961 lukeb1961 changed the title Enterprise App - how do I get cert info, notfication email, user attribs, claims? Enterprise App - how do I get cert info, notification email, user attribs, claims? Oct 18, 2019
@lukeb1961
Copy link
Author

I only get partial information via
Import-Module AzureAD

$conn=Connect-AzureAD -TenantId $MY_TENANT​
$entApp=Get-AzureADApplication -Filter "DisplayName eq 'GitHub.com'"​
$AppID = $entApp.AppId​
$ServicePrincipal = Get-AzureADServicePrincipal -filter "AppId eq '$AppID'"​
$ServicePrincipal.KeyCredentials​
$ServicePrincipal.PasswordCredentials

$EntApp | FL *
$ServicePrincipal | FL *

@raoues
Copy link

raoues commented Jun 7, 2021

Hello,
did you find your answers ?
i was trying to export my claims for each application in a csv file, but i cant find a single thing.

cheers,

@alexiq
Copy link

alexiq commented Mar 1, 2022

Adding my support to this issue. I am unable to export Attributes & Claims for Enterprise Apps using PowerShell. I tried both Get-AzureADApplication and Get-AzureADServicePrincipal, and they are not included in either. Adding Attributes & Claims to either or both Get-AzureADApplication and Get-AzureADServicePrincipal would be a great help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants