🚀 Part 3 is live: Server-to-Server (S2S) Authentication in Dataverse

No login prompts.
No user context.
Pure application identity.

In this post, I break down:

🔐 Application Users
⚙️ Client Secret vs Certificate
☁️ Azure Function implementation
🧠 Single-tenant architecture explained

If you're building real enterprise integrations, S2S is non-negotiable.

Architecture starts with authentication.

http://mytrial365.com/2026/04/02/connecting-to-dataverse-server-to-server-s2s-authentication-explained/

Connecting to Dataverse: Server-to-Server (S2S) Authentication Explained

In the previous post, we connected to Dataverse using delegated OAuth with ServiceClient. That works great for: Console tools Admin utilities Interactive scripts But what if: There is no user? The …

My Trial