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

Application service principles key credentials not pulled #12

Open
ArkLord opened this issue Jan 4, 2021 · 2 comments
Open

Application service principles key credentials not pulled #12

ArkLord opened this issue Jan 4, 2021 · 2 comments

Comments

@ArkLord
Copy link

ArkLord commented Jan 4, 2021

I see script is not puling the keycredentials data from application service principles.
I tested via powershell, dont see it there as well.

PS C:\WINDOWS\system32> Get-AzureADServicePrincipal -SearchString test2 | fl -Verbose

DeletionTimestamp :
ObjectId : 1f4f8e15-e30a-4f5a-b390-dc18e08de90f
ObjectType : ServicePrincipal
AccountEnabled : true
AddIns : {}
AlternativeNames : {}
AppDisplayName : test2
AppId : 9a1f9092-521b-415d-b892-c16b50cc2347
AppOwnerTenantId : bc247260-533f-40bb-a788-349ed7e027da
AppRoleAssignmentRequired : False
AppRoles : {}
DisplayName : test2
ErrorUrl :
Homepage :
KeyCredentials : {}
LogoutUrl :
Oauth2Permissions : {}
PasswordCredentials : {}
PreferredTokenSigningKeyThumbprint :
PublisherName : scbdemolab
ReplyUrls : {}
SamlMetadataUrl :
ServicePrincipalNames : {9a1f9092-521b-415d-b892-c16b50cc2347}
ServicePrincipalType : Application
Tags : {WindowsAzureActiveDirectoryIntegratedApp}

But under manifest for the App SP i can see keycredentials is present.

image

image

@csdr4
Copy link
Collaborator

csdr4 commented Jan 6, 2021

Thanks for your feedback @ArkLord; taking a look into this one.

@mekanmamedov
Copy link

image
Please use your $app_name

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