Azure B2C login in a laravel project

Kevin Dule 40 Reputation points
2024-07-02T16:26:52.71+00:00

Hello,

can you suggest me a code sample to integrate Azure B2C login in a laravel app?

Thanks,

Kevin Dule

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,350 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 36,141 Reputation points Microsoft Employee
    2024-07-02T22:16:37.21+00:00

    Hi @Kevin Dule ,

    We have this sample for B2C integration into a PHP/Laravel app. The sample is deprecated and there hasn't been a new version released yet, but you can reference it for your project. https://github.com/Azure-Samples/active-directory-b2c-php-webapp-openidconnect/blob/main-deprecated/README.md#php-web-application-with-azure-ad-b2c

    There's also a marketplace sample here, though it appears to have been submitted by a third party user so I cannot speak to it.

    If you would like to request more samples, you can do so under the project itself or in the feedback forum. I'm also happy to relay your request to some of my colleagues. https://feedback.azure.com/

    If the information helped you, please Accept the answer. This will help us and improve searchability for others in the community who may be researching similar questions.

    0 comments No comments