問題タブ [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.

0 投票する
2 に答える
4292 参照

azure - Powershell を使用してサービス プリンシパルに関連付けられた証明書の拇印を取得するにはどうすればよいですか?

Azure AD のサービス プリンシパルに関連付けられた証明書があります。PowerShell を使用して、それに関連付けられている証明書名または拇印を取得するにはどうすればよいですか?

Get-AzureRmADServicePrincipalCredentialGet-AzureRmADSpCredentialおよびGet-AzureADServicePrincipalKeyCredentialコマンドを試しましたが、Key Identifier拇印が返されません。

基本的に、プリンシパルを取り消す前に、どの証明書がプリンシパルに関連付けられているかを認識したいと考えています。