問題タブ [service-principal]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure - Powershell を使用してサービス プリンシパルに関連付けられた証明書の拇印を取得するにはどうすればよいですか?
Azure AD のサービス プリンシパルに関連付けられた証明書があります。PowerShell を使用して、それに関連付けられている証明書名または拇印を取得するにはどうすればよいですか?
Get-AzureRmADServicePrincipalCredential
、Get-AzureRmADSpCredential
およびGet-AzureADServicePrincipalKeyCredential
コマンドを試しましたが、Key Identifier
拇印が返されません。
基本的に、プリンシパルを取り消す前に、どの証明書がプリンシパルに関連付けられているかを認識したいと考えています。