You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openapi: "3.0.3"satisfiesZodOpenApiVersion,// If this is not specified, it will default to 3.1.0
168
+
components: {
169
+
securitySchemes: {
170
+
bearerAuth: {
171
+
type: "http",
172
+
scheme: "bearer",
173
+
bearerFormat: "JWT",
174
+
description:
175
+
"Authorization: Bearer {token}\n\nThis API uses JWT tokens issued by Entra ID (Azure AD) with the Core API audience. Tokens must be included in the Authorization header as a Bearer token for all protected endpoints.",
0 commit comments