...
Version | Date | Description | Contributor |
V0.1 |
| Initial document | COLOMBANI Théo |
V0.2 |
| Added to the wiki | COLOMBANI Théo |
V0.3 |
| Added Shortcut specific guidelines (section 4) Added authentification part to be set up (section 5) | COLOMBANI Théo |
| Table of Contents | ||
|---|---|---|
|
...
2. Summary — Workspace Identity vs Service Principal
| Info |
|---|
| Criteria | Workspace Identity | Service Principal |
|---|---|---|
| Definition | Fabric-managed identity (auto-created service principal) | Entra ID application identity |
| Credential management | Fully managed (no secrets) | Requires secret or certificate |
| Setup complexity | Low | Medium |
| Governance control | Limited to Fabric scope | Full control via Entra ID |
| SharePoint authorization | Requires explicit site access | Requires explicit site access |
| Security risk | Low (no credential exposure) | Medium (secret lifecycle) |
| Cross-platform usage | Limited | Strong (usable across services) |
| Lifecycle | Tied to workspace | Independent lifecycle |
| Recommended usage | Simplicity / low ops | Enterprise governance / control |
...