Entra Agent Id
Microsoft Entra Agent Identity 블루프린트, BlueprintPrincipals 및 인스턴스별 에이전트 식별자를 Microsoft Graph를 통해 프로비저닝하고 OAuth 2.0 토큰 교환(fmi_path, OBO, 크로스-테넌트)을 구성하며 AgentID 사이드카용 Microsoft Entra SDK를 제공합니다.
01
언제 사용하는가
Microsoft Entra Agent Identity 블루프린트, BlueprintPrincipals 및 인스턴스별 에이전트 식별자를 Microsoft Graph를 통해 프로비저닝하고 OAuth 2.0 토큰 교환(fmi_path, OBO, 크로스-테넌트)을 구성하며 AgentID 사이드카용 Microsoft Entra SDK를 제공합니다.
이 스킬은 에이전트 식별체 블루프린트, BlueprintPrincipal, 에이전트 OAuth, fmi_path 토큰 교환, 에이전트 OBO, 에이전트용 워크로드 정체성 연합, 다국어 에이전트 인증, Microsoft.Identity.Web.AgentIdentities를 위한 용도입니다.
이 스킬은 표준 Entra 앱 등록(엔트라-앱-등록 사용), Azure RBAC(Azure-rbac 사용), Microsoft Foundry 에이전트 작성(마이크로소프트-foundry 사용)을 위해 사용하지 마세요.
02
따라 하는 방법
- pip install azure-identity requests을 실행합니다.
- /applications/microsoft.graph.agentIdentityBlueprint 세션을 실행합니다.
- /servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal 세션을 실행합니다.
- /servicePrincipals/microsoft.graph.agentIdentity 세션을 실행합니다.
- /applications/{id}/microsoft.graph.agentIdentityBlueprint/federatedIdentityCredentials 세션을 실행합니다.
- /servicePrincipals/{id}/appRoleAssignments 세션을 실행합니다.
- /oauth2PermissionGrants 세션을 실행합니다.
- /servicePrincipals/{id} 세션을 실행합니다.
- /applications/{id} 세션을 실행합니다.
- /applications 세션을 실행합니다.
- /.default 세션을 실행합니다.
03
설치 방법
npx skills add installs: 166219 --skill entra-agent-id