원클릭으로
collector-owner-oid-resolution
Resolve collector ownership from persisted source records and fail closed on missing owner OIDs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resolve collector ownership from persisted source records and fail closed on missing owner OIDs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Authorization Code Flow for web applications using MSAL.NET confidential client to sign in users and access APIs on their behalf
Handle MSAL distributed token cache collisions and stale entries in ASP.NET Core applications
On-Behalf-Of (OBO) Flow for web APIs to call downstream APIs while preserving user identity in MSAL.NET
{what this skill teaches agents}
Review API DTO implementations for contract/domain separation, mapping patterns, and REST compliance
This skill should be used when the user asks to "build a feature", "fix a bug", "implement something", "start a dev cycle", types "/dev", or describes a software task that requires design, implementation, testing, and shipping. Orchestrates the full software development lifecycle from interrogation through shipping, with self-learning that improves over time.
| name | collector-owner-oid-resolution |
| description | Resolve collector ownership from persisted source records and fail closed on missing owner OIDs. |
| domain | azure-functions |
| confidence | high |
| source | earned |
| tools | [{"name":"rg","description":"Find collector call sites, reader overloads, and owner field usage.","when":"When tracing ownership flow across Functions, readers, managers, data stores, and tests."}] |
Use this when a background collector has no authenticated user context but still needs to persist owned records. In JJGNet Broadcasting, the Round 1 fix is to resolve the owner OID from existing persisted source records and pass that OID all the way into the reader that materializes new content.
GetCollectorOwnerOidAsync helper on the relevant manager/data-store pair.ownerOid and throw on blank values.GetCollectorOwnerOidAsync(...) with a distinct owner value and verify the collector passes that exact value into reader.GetAsync(...).SaveAsync(...) receives records whose CreatedByEntraOid is non-empty and matches the resolved owner.src\JosephGuadagno.Broadcasting.Functions/Collectors/CollectorOwnerOidResolver.cssrc\JosephGuadagno.Broadcasting.Functions/Collectors/SyndicationFeed/LoadNewPosts.cssrc\JosephGuadagno.Broadcasting.Functions/Collectors/YouTube/LoadNewVideos.cssrc\JosephGuadagno.Broadcasting.Functions.Tests/Collectors/LoadNewPostsTests.cssrc\JosephGuadagno.Broadcasting.Functions.Tests/Collectors/LoadAllVideosTests.cssrc\JosephGuadagno.Broadcasting.SyndicationFeedReader.Tests/SyndicationFeedReaderOfflineTests.cssrc\JosephGuadagno.Broadcasting.YouTubeReader.Tests/YouTubeReaderFetchTests.csCreatedByEntraOid = string.Empty.