Try it
  • Examples
  • Features
  • Testimonials
  • Partners
  • Pricing
  • Support
    • Apps Help
    • Apps Release History
    • BI Help
    • BI Release History
    • Forms Help
    • Forms Release History
    • How to video series
    • Ask the community
    • Submit a ticket
    • Request a demo
    • Compare us
  • Blog
  • Examples
  • Features
  • Testimonials
  • Partners
  • Pricing
  • Support
    • Apps Help
    • Apps Release History
    • BI Help
    • BI Release History
    • Forms Help
    • Forms Release History
    • How to video series
    • Ask the community
    • Submit a ticket
    • Request a demo
    • Compare us
    • For Schools
  • Blog
  • Get Started
How can we help?

Search for answers or browse articles about Sintel Apps

Filter by categories Clear Results
  • About Sintel Apps

    • What is Sintel Apps? (Product Overview)
    • Understanding the Underlying SharePoint List
  • Sintel Forms to Sintel Apps Migration

    • Sintel Forms Is Now Sintel Apps – What You Need to Do
    • Upgrading from Sintel Forms to Sintel Apps – Migration Guide
    • JavaScript API Differences Between Sintel Forms and Sintel Apps
    • Migrating Workflow History using a custom Microsoft Flow
    • What Does Not Migrate Automatically
    • Migration Checklist
    • Information for IT Administrators – Installing Sintel Apps
    • How to Find Existing Sintel Forms in SharePoint
    • Convert a classic SharePoint site to a modern one
  • Getting Started

    • Add Sintel Apps to Your Microsoft 365 Tenant
    • Configure Sintel Apps on a Site
    • Using Site Collection App Catalogs
  • Designer Overview

    • Sintel Apps Designer – Overview (Tour)
    • Layout Tab (Overview)
    • Workflow Tab (Overview)
    • Settings Tab (Overview)
    • Logic Tab: Create your First Rule (Overview)
  • Layout

    • Layout Tab (Overview)
    • Theme & Styling
    • Calculated Fields
    • Fields

      • Text Fields (All types explained)
      • Choice Fields (Dropdown vs Multi-Choice)
      • Lookup Fields
      • Person and Group Fields Posted
      • Number, Currency & Percentage Fields
      • Yes/No Field
      • Date & Date Time Fields
      • Hyperlink Field
      • Picture Fields
      • Related List
      • Related Library
      • Enhanced Rich Text Editor
    • Widgets

      • Attachments
      • HTML Widget
      • Workflow Status Widget
      • Workflow History Widget
      • Buttons
  • Logic

    • Logic Tab: Create your First Rule (Overview)
    • Understanding Conditions
    • Understanding Steps
    • The JavaScript API

      • Using the JavaScript API in Logic
  • Workflow

    • Workflow Tab (Overview)
    • How to Build Common Workflow Patterns in Sintel Apps
    • How to Configure Workflow Email Notifications
    • Actions

      • The Workflow Actions API Integration
      • Workflow Actions – Configuration and Settings
      • Configuring Power Automate Webhook
    • Statuses

      • Workflow Statuses – Configuration and Settings
  • Settings

    • Settings Tab (Overview)
    • PDF Export
    • Conversations
    • After save script
    • Confirmation Screens
    • License Information
    • Upgrade from Sintel Forms
    • Custom Emails
    • Form Viewer

      • Actions Menu Behavior
      • Enable Concurrent Access
      • After save/action redirect to
      • After close redirect to
    • External Access

      • External Access & Sharing
      • Configuring External Access Permissions
  • Product Updates

    • CSP Content Security Policies (CSP) Enforcement for SPFx Apps
    • Sintel Apps Content Delivery Network CDN
    • Release History
    • How to update Sintel Apps
  • Building Forms

    • How to Create a New List
  • End-to-End Examples

    • Articles coming soon
  • Checklists & Best Practices

    • Sintel Apps – Project Planning & Best Practices
    • Project Requirements Template
  • Advanced Configurations

    • The Workflow Actions API Integration
    • Using the JavaScript API in Logic
    • Configuring External Access Permissions
  • Troubleshooting

    • Failed to query permissions
    • Convert a classic SharePoint site to a modern one
  • Administration

    • Sintel Apps Email Delivery
< All Topics
You are here:
  • Main
  • Advanced Configurations
  • Configuring External Access Permissions

Configuring External Access Permissions

Posted18 December 2025
Updated22 July 2026
ByAmy Dermody
5 out of 5 stars

1 rating

5 Stars 100%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%

This guide explains how permissions work in Sintel Apps following the update introduced in version 1.0.3, and what (if anything) you need to do.

 

Step 1: Understand How Access Is Structured

 

Sintel Apps clearly separates Internal Use from External or Anonymous Use. This gives tenant administrators more control and improves overall security.

Internal Use (Standard configuration)

This is the default setup and applies to most customers.

  • The main Sintel Apps application uses delegated permissions only

  • These permissions must be approved once by a tenant administrator

  • Users can only perform actions they are already allowed to do in Microsoft 365

  • The app never elevates or bypasses user permissions

  • The process creates a single Entra ID Enterprise Application named Sintel Apps
External or Anonymous Use (Optional configuration)

If you plan to allow external users or anonymous use, this is handled separately.

  • This is only required if external or anonymous access is needed
  • Approval must be granted by a tenant administrator

  • A second, optional Entra ID Enterprise Application is created named Sintel Apps External
  • If you don’t need external access, you can safely ignore this step

Step 2: Approve Internal Use

To enable normal internal use:

  1. A tenant administrator signs in when prompted
  2. The administrator approves the requested Sintel Apps permissions
  3. Users can then access Sintel Apps based on their existing Microsoft 365 rights

 

  • No extra privilege is granted
  • No tenant-wide access beyond what users already have

 

 

Step 3: Decide If You Need External or Anonymous Access

External or Anonymous Access is a Sintel Apps feature and is completely optional.

This feature has nothing do with the external sharing options provided by SharePoint Online.

 

It is a feature of Sintel Apps that enables external or anonymous users to submit forms and optionally access those forms after submitting them without being granted access to the SharePoint site containing those forms. At no point do these users get access to your SharePoint environment.

Ask yourself:

  • Do people outside your organisation need to be able to submit forms?

  • Do you plan to share anonymous access links?

If no, you can stop here — no further setup is required.

If yes, continue to Step 4.

Step 4: Enable External or Anonymous Use

To enable external access:

  1. A tenant administrator opens the admin consent link below
  2. The administrator approves the Sintel Apps External application

Admin consent link:

https://login.microsoftonline.com/organizations/adminconsent?client_id=4d5a0f9f-7513-4bf1-86f7-c2c3f870f726

Once approved:

  • External and anonymous access features become available

  • Internal user permissions remain unchanged

  • External access can be controlled or removed at any time

 

The process you are following will create an Enterprise application in Azure named “Sintel Apps External” and this application will be granted Application permissions to Microsoft Graph and SharePoint Online.

 

 

Step 5: Confirmation Message

Once consent is granted, you’ll see a confirmation message as follows:

With this permissions model:

  • Internal users stay limited to their normal Microsoft 365 permissions

  • External access is clearly separated and has to be manually enabled

  • Tenant administrators retain full visibility and control

  • No unnecessary high-level or tenant-wide permissions are required

This approach improves security while giving you flexibility when external or anonymous access is required.

Background info on this process

Sintel Apps External-What it is for

  1. The Sintel Apps External Entra ID application is required to support the External Submissions and External Access features available within Sintel Apps.
  2. It enables external users to create SharePoint list items anonymously using application type permissions without granting those users delegated user permissions.
  3. In addition to permitting external users to create SharePoint list items, customers can also optionally enable secure list item editing which is provided via secure email-based one-time passcode (OTP) authentication

 

About the Sintel Apps External Entra ID Enterprise Application

This application connects to your Microsoft 365 environment to allow people outside your organisation to submit and optionally interact with content stored in SharePoint.

  • Anyone can submit — no account or login required.
  • Editing requires verification — users confirm their identity via a one-time passcode sent to their email.
  • Access is scoped — access can be limited to specific SharePoint sites if needed. (using Graph API or PowerShell)

 

The permissions used by the application

The app uses application-level permissions (not the delegated user permissions that Sintel Apps uses), meaning it operates under its own identity rather than on behalf of any individual user.

Permission Purpose
User.ReadBasic.All (Graph) Looks up basic user info to support OTP authentication
Sites.ReadWrite.All (SharePoint) Read/write access to all sites — can be removed if using Sites.Selected
Sites.Selected (SharePoint) Restricts access to nominated sites only — recommended for most organisations

 

Was this article helpful?
5 out of 5 stars

1 rating

5 Stars 100%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents

Sintel Apps

Create apps on Microsoft 365 in minutes with no code.

Address

River House
Blackpool Park,
Cork, T23 R5TF,
Ireland

Support

  • Product help
  • Community site
  • Submit a ticket
  • Compare us

    Contact us to

    • Book a demo
    • Request a license
    • Become a partner

    e-mail: info@sintelapps.com
    tel: +353 (0) 21 245 2935

    Follow us

    • Follow
    • Follow
    • Follow

    © Copyright 2026 | End User License Agreement | Privacy Policy | Terms Of Use

    Sintel Apps
    Sintel Apps Assistant
    Get instant answers and support
    Connecting to Sintel Apps Assistant…
    Sintel is thinking…
    We use cookies to collect and analyse information about the users of this website. Please click 'I accept' to consent to the use of this technology.