generated: '2026-07-15' method: generated source: openapi/university-of-zurich-eduid-oidc.yaml description: Recommended x-agentic-access execution contracts, classified heuristically from the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind audience per deployment. See research/curity/agentic-governance/. summary: operations: 8 by_action_class: connected: 5 acting: 3 by_consequence: read: 5 write: 2 safety-critical: 1 human_in_the_loop_required: 1 operations: - path: /.well-known/openid-configuration method: get operationId: getOpenIdConfiguration x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /idp/profile/oidc/keyset method: get operationId: getJwks x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /idp/profile/oidc/authorize method: get operationId: authorize x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /idp/profile/oidc/token method: post operationId: token x-agentic-access: action-class: acting consequence: write subject: required audience: null token: max-ttl: 900 escalation: human-in-the-loop: conditional triggers: - abnormal - high-value audit: required - path: /idp/profile/oidc/userinfo method: get operationId: userinfo x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /idp/profile/oauth2/introspection method: post operationId: introspect x-agentic-access: action-class: acting consequence: write subject: required audience: null token: max-ttl: 900 escalation: human-in-the-loop: conditional triggers: - abnormal - high-value audit: required - path: /idp/profile/oauth2/revocation method: post operationId: revoke x-agentic-access: action-class: acting consequence: safety-critical subject: required audience: null token: max-ttl: 120 exchange: true purpose-required: true proof-of-possession: true escalation: human-in-the-loop: required audit: required - path: /idp/profile/oidc/end-session method: get operationId: endSession x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none