We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thanks for your feedback @ArkLord; taking a look into this one.
Sorry, something went wrong.
Please use your $app_name
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: