Share via

Service Connection(サービスコネクション)の認証について

2021-01-14T08:03:04.37+00:00

Service Connection認証の
「using publish profile based authentication(発行プロファイルでの認証)」
「using service principal authentication(サービスプリンシパルでの認証)」
この2つの違いについて教えてほしいです。

現在サービスプリンシパルによる認証から発行プロファイルを使った認証へ切り替えようと考えています。
なので特に、切り替えた際のメリットデメリットなどを教えてください。
よろしくお願いいたします。

Community Center | Not monitored
0 comments No comments

1 answer

Sort by: Most helpful
  1. JamesTran-MSFT 37,256 Reputation points Microsoft Employee Moderator
    2021-01-14T18:29:29.717+00:00

    @Yamaura Tetsuro (山浦 哲朗)
    Thank you for your post!

    Service Principle authentication:
    Azure AD service principals provide access to Azure resources within your subscription. You can think of a service principal as a user identity for a service, where "service" is any application, service, or platform that needs to access the resources. You can configure a service principal with access rights scoped only to those resources you specify. Then, configure your application or service to use the service principal's credentials to access those resources. For more info on Service principles.

    To help answer your question regarding publish profile based authentication, is this a specific service in AzureAD? Or what platform are you using this on?

    If you have any other questions, please let me know.
    Thank you!

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.