Using Azure Functions for SSO

Azure Functions in Microsoft Entra are extremely powerful and easy to implement using whatever programming language you choose. Where we have seen these be leveraged most often is when using Entra for SAML based SSO. Often times a Service Provider may need a claim that just doesn’t exist in your Entra tenant or you simply…

In Sync & Secure: CI/CD Design Challenges and Considerations

The minimum viable product of every DevOps solution is to reliably deploy an application in an automated fashion without any developer interaction (outside of optionally clicking a start button). Regardless of what pipeline platform you have available, your first consideration will be to follow a “push” or “pull” methodology for your pipeline. In the scenario…