Skip to main content
Home
GrN.dk

Main navigation

  • Articles
  • Cases
  • Services
  • Your Digital Project Manager
  • About Greg Nowak
  • Image Gallery
  • Contact
User account menu
  • Log in

Join my community / free newsletter — sign up here

Breadcrumb

  1. Home

Before ChatGPT apps touch company data, draw a permissions map

Illustrated infographic summarizing: ChatGPT apps need a permissions map before they touch company data

By Greg Nowak. Updated 17 August 2026.

Connecting ChatGPT to company tools can remove a great deal of copying, searching and routine administration. It can also create a permission boundary that nobody fully understands. The OAuth screen is only one part of that boundary.

OpenAI’s current terminology includes plugins that can package skills and apps, with connector-backed capabilities that search, retrieve, sync or act on external systems. Whatever label appears in the interface, the operational question is the same: who can use the connection, what company information can it reach, and what can it change?

Answer that before rollout—not after a sensitive document appears in an unexpected answer or an assistant gains permission to update a live system.

The permission boundary is a chain, not a switch

Enabling an app or plugin does not automatically grant access to every record in the connected service. Access depends on several controls working together: workspace availability, the user’s role, approved connector actions, the authenticated account and its permissions in the source system.

That separation is useful, but it creates room for mismatched assumptions. The ChatGPT administrator may think the source system will limit access. The source-system owner may assume ChatGPT is read-only. The employee may approve a broad OAuth request because the workflow looks harmless.

A permission map gives those people one shared document to review.

Control layer What to record Sensible starting position
Business purpose The specific task and the people who need it Approve one named workflow, not general access
Workspace availability Which roles or pilot groups can use the plugin or app Start with a small group
Source identity User account, shared connection or service identity Prefer named, company-managed identities
OAuth and source permissions Scopes plus the records the identity can actually reach Use least privilege and remove obsolete access first
Read and write actions Search, retrieve, create, edit, send, share or delete Begin read-only; approve write actions individually
Data movement Live retrieval, synchronization, indexing and storage Sync only sources with clean permissions and ownership
Approval and audit Confirmation rules, logs, review date and removal process Require confirmation for consequential actions
A practical permissions map connects the business need to every technical and administrative control that supports it.

Start with the workflow, then separate reading from acting

“Connect our CRM” is too broad to govern. “Let account managers retrieve the latest approved account summary” is specific enough to assess. It identifies the users, source, records and expected output.

Now divide the capability into three stages:

  1. Retrieve: find approved information the user could already access.
  2. Draft: prepare a proposed email, note, task or update without changing the source system.
  3. Execute: send, create, edit, share, move or delete something in a business system.

Retrieval is not risk-free, but execution deserves a higher bar. Keep write actions disabled until the read-only workflow has been tested. When a write action is justified, document exactly which action is permitted and require a human confirmation for irreversible or externally visible changes.

Audit the data path, not only the OAuth scopes

OAuth scopes describe what an integration may request. They do not tell you whether the connected account already has excessive access, whether a shared drive is open too broadly, or whether confidential material has been copied into a supposedly safe knowledge base.

Check the real path from source to answer. Test with users in different roles. Search for a document one role should see and another should not. Include archived, private and recently removed material. Confirm what happens when somebody changes team or leaves the company.

Also record whether information is synchronized into an index or fetched live. These are materially different operating models. Microsoft, for example, distinguishes synced connectors that index content from federated connectors that retrieve it at runtime. Its connector guidance also warns that a “visible to everyone” setting can overshare indexed content. The useful lesson is vendor-neutral: permissions, synchronization and removal behavior must be reviewed together.

Test hostile content as well as normal prompts

Connected content is not automatically trustworthy. A document, ticket or web page can contain instructions intended to influence the assistant. OpenAI’s current developer guidance recommends assuming that prompt injection and malicious inputs will reach the integration.

Your pilot should therefore include misleading instructions embedded in source content, malformed inputs and attempts to trigger an unapproved action. Validate permissions and inputs on the server side; do not rely on the model to enforce access rules. Avoid placing secrets in prompts or interface data, redact personal information from logs where practical, and keep enough audit information to investigate unexpected behavior.

Turn the pilot into a lightweight operating routine

A smaller company does not need a fifty-page AI policy. It does need an owner and a repeatable review:

  • Inventory enabled plugins, apps and connectors.
  • Assign a business owner and a technical owner to each one.
  • Review scopes, source permissions and approved actions before launch.
  • Test with a limited group using realistic sensitive-data scenarios.
  • Record where logs live and who reviews them.
  • Recheck access when roles, vendors, actions or data sources change.
  • Disable connections that no longer have an active owner or business purpose.

Treat newly introduced actions as new capabilities, not harmless product updates. A connection approved for search should not silently become approved for editing or sending.

When a custom integration is the cleaner choice

A custom plugin or app may be appropriate when a team needs a narrow workflow, controlled authentication and predictable tools. Custom does not mean inherently safer, however. It makes your company responsible for authorization, input validation, retention, logging and the design of approval steps.

The best design is often deliberately modest: expose only the records required for the job, return only the necessary fields and keep consequential actions behind explicit confirmation.

Make the map useful to the people running the business

The finished permission map should be readable by an operations lead, not only a security specialist. If the owner cannot explain what a connection can read, what it can change and how it is removed, the connection is not ready for company data.

If you are planning a ChatGPT, Microsoft 365 or cross-platform AI rollout, Greg can help you inventory the connections, test the risky paths and leave your administrators with a permissions model they can maintain.

Related on GrN.dk

  • Your AI Agent Has Shell Access. What Can It Reach?
  • ChatGPT Apps with Full MCP Access: Governance Comes First
  • Logistics Optimization in 2026: Fix the Flow Before You Buy More Tech

Need help with this kind of work?

Plan an AI permissions review with Greg Get in touch with Greg.

Sources

  • Plugin controls | ChatGPT Learn
  • Security & Privacy – Plugins | OpenAI Developers
  • Manage access permissions for connectors | Microsoft Learn
  • Federated connectors overview | Microsoft Learn
Last modified
2026-08-17

Tags

  • ChatGPT apps
  • OpenAI plugins
  • AI governance
  • oauth
  • company data security

Review Greg on Google

Greg Nowak Google Reviews

 

Written recommendations from Trafik og Veje, Aarhus Municipality (2011) and AgroTech (2010) — read them on LinkedIn.

Illustrated infographic summarizing: WordPress 7.1 Exposes AI-Ready Actions. Who Gets to Run Them?
WordPress 7.1 Exposes AI-Ready Actions. Who Gets to Run Them?
2026-09-02

WordPress 7.1 helps AI agents discover and invoke site abilities. Here is how to keep exposure, authentication and permission firmly separate.

Illustrated infographic summarizing: From Sales Meeting to CRM: Automate Follow-Up Without Compromising Data Quality
From Sales Meeting to CRM: Automate Follow-Up Without Compromising Data Quality
2026-09-01

How to use AI for meeting notes and follow-up while fixed rules protect CRM data, customer matching and the sales pipeline from errors and premature changes.

Illustrated infographic summarizing: Your AI Gateway Can Name the User. Decide What That Log Is For
Your AI Gateway Can Name the User. Decide What That Log Is For
2026-08-31

Identity-aware AI Gateway logs can sharpen security and cost control, but only when attribution, access, retention, guardrails, and response are clearly defined.

Illustrated infographic summarizing: Zero Data Retention Is a Workflow Audit, Not a Checkbox
Zero Data Retention Is a Workflow Audit, Not a Checkbox
2026-08-30

Zero Data Retention covers the provider, not every copy in your stack. See how to audit endpoints, logs, storage, deletion and project-level controls.

Illustrated infographic summarizing: MCP 2026-07-28 Is an Auth Migration, Not a Version Bump
MCP 2026-07-28 Is an Auth Migration, Not a Version Bump
2026-08-29

MCP’s July 2026 release removes protocol sessions and tightens OAuth. Here’s a practical plan for migrating clients, servers and enterprise access safely.

Illustrated infographic summarizing: Turn a Technician’s Voice Note into a Work Order—Not Raw Audio
Turn a Technician’s Voice Note into a Work Order—Not Raw Audio
2026-08-28

Voice input can reduce the technician’s documentation burden when hours, materials and status are validated before the information is saved in the work order system.

Illustrated infographic summarizing: ChatGPT Disabled Personal Knowledge Sync. What Broke on Your Team?
ChatGPT Disabled Personal Knowledge Sync. What Broke on Your Team?
2026-08-27

ChatGPT retired personal sync connections for Enterprise and Edu. Here is how to find affected workflows, migrate access, and test permissions.

Illustrated infographic summarizing: Cloudflare’s September Bot Defaults Could Quietly Cut AI Visibility
Cloudflare’s September Bot Defaults Could Quietly Cut AI Visibility
2026-08-26

Cloudflare’s September bot defaults give publishers more control, but one training block could also cut search crawling and AI-driven discovery.

Illustrated infographic summarizing: Does Your AI Chatbot Clearly Identify Itself?
Does Your AI Chatbot Clearly Identify Itself?
2026-08-25

The EU’s transparency requirements for AI chatbots now apply. Here is how to make your bot’s identity clear, limit its system access and provide a genuine route to a member of staff.

Illustrated infographic summarizing: Should publishers add Google’s new Preferred Sources button?
Should publishers add Google’s new Preferred Sources button?
2026-08-24

Google’s Preferred Sources button is worth a controlled test for eligible publishers, with careful choices around placement, performance and measurement.

More articles

Built by AI — available for your business. The daily articles on this site are researched, written and illustrated by an autonomous AI pipeline. At nowa.dk I install the same kind of AI automation in businesses at fixed prices — site in Danish, English version here, and web/marketing agencies have a dedicated page.

RSS feed

Footer

  • All articles
  • Contact

GrN.dk — AI automation, web platforms, web optimization, data handling and logistics.

© 2026 GrN.dk · LinkedIn · Contact · AI automation in Danish: nowa.dk

Behind GrN.dk: Individual Entrepreneur Codecrafter · Tax ID 305669096 · Bakhtrioni St. 22, 0194 Tbilisi, Georgia · official business register