Announcement: Terraform Provider for Entra Verified ID

Announcing: Terraform Provider for Entra Verified ID Excited to share something I’ve been working on for the identity community 👉 GitHub Repository: https://github.com/mjendza/terraform-provider-verifiedid I’ve created a Terraform Provider for Microsoft Entra Verified ID, enabling you to manage decentralised identity components as code - finally bringing Verifiable Credentials into your IaC workflows. Why is it important? Identity is evolving beyond users and apps. With Entra Verified ID, we can model trust, credentials, and verification flows — but until now, automation has been limited. This provider helps you: ...

May 19, 2026 · Mateusz Jendza

Play with Authorization

TL;DR Authentication or authorization? What is the term I need to use with my current scope of work? Do I need to authenticate the user or authorize it? Ok! I need to authenticate the user and then authorize (or the opposite). Dictionary: Authentication - is the process of verifying the identity of a user. How can we do it? As a basic scenario, when only one person knows the combination of login and password, we need to check if the combination is correct to authenticate the user. Authorization - verifies the user has the right to access the resources. Can I read the file? Can I write to the file? I would like to share how to build an authorization service. Big Picture I believe authentication and authorization can be separated - or treated on many different levels. When we consider the authorization for GitHub: ...

February 27, 2024 · Mateusz Jendza
×