Skip to content

Instantly share code, notes, and snippets.

@noblevarghese
Last active September 30, 2025 07:54
Show Gist options
  • Select an option

  • Save noblevarghese/ab1e59df518c514cf7d970d65634b8ab to your computer and use it in GitHub Desktop.

Select an option

Save noblevarghese/ab1e59df518c514cf7d970d65634b8ab to your computer and use it in GitHub Desktop.
Entra Applications Copilot Agent Spec.yml
openapi: 3.0.4
info:
title:
Entra Workload ID Viewer API
description:
This API provides endpoints to securely query and retrieve Workload Identity data from Microsoft Entra ID.
Built on Azure Functions, the API enables to access information such as Workload IDs that are registered in own tenant or applications that are homed in another tenant.
version: v1.0
servers:
- url:
https://sec-cop-entra-ea-az-func-frbwfchzajfccahv.eastus-01.azurewebsites.net
paths:
/api/sec-cop-entra-ea-az-func:
get:
description: |
This agent retrieves a summary of Workload Identity details from Microsoft Entra ID using the Entra Workload ID Viewer Agent. Using this plugin, you can query and obtain information about Workload IDs registered in your tenant or those homed in other tenants.
operationId: Summary of Workload IDs
parameters:
- name: x-functions-key
in: header
schema:
type: string
- name: tenantId
in: header
schema:
type: string
responses:
'200':
description: OK
headers:
Request-Context:
schema:
type: string
content:
application/json:
schema:
type: object
properties:
"Apps with an app registration in this tenant":
type: number
"Apps without an app registration in this tenant":
type: number
x-ms-generated-by:
toolName: Dev Proxy
toolVersion: 1.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment