Category: Azure B2C

  • Deleting Custom Extensions in Entra External ID

    Deleting Custom Extensions in Entra External ID

    In Entra External ID (the replacement product to Azure B2C) for authenticating external users into dedicated applications (that is, not your workforce tenant) you can create custom extensions to add external functionality to the authentication or sign-up or sign-in process. If you need to delete these extensions though you might get stuck. Here is an…

  • Entra External ID and SAML Authentication

    Entra External ID and SAML Authentication

    A new feature to the Entra External ID product is SAML authentication. External ID is used for authenticating your customers to your apps, rather than the “workforce” product for staff and guests. SAML has been in the workforce Entra ID (previously Azure AD) product for years. This blog will walk through the steps to set…

  • Testing Entra ID SaaS OIDC Apps With JWT.ms

    Testing Entra ID SaaS OIDC Apps With JWT.ms

    JWT.ms is an app that will show you the contents of any JSON Web Token (JWT) issued by Entra ID that you have access to and can paste into the top field in the browser. But you can also use it to test apps in Entra ID – you can publish a web app that…