Azure Active Directory (AAD) authentication or aad B2C authentication within a PHP application

Arun Pradhan (MINDTREE LIMITED) 0 Reputation points Microsoft External Staff
2024-03-29T11:58:05.8533333+00:00

My PHP application, which is built on WordPress, currently utilizes WordPress AAD authentication with client ID and client secrets. However, I am looking to discontinue the use of client secrets. Presently, I am using the functionality available on GitHub.

https://github.com/psignoret/aad-sso-wordpress

I'm exploring alternative solutions that work for PHP without requiring client secrets. I also consulted the Kiota documentation, but it also relies on client secrets.

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Microsoft Security | Active Directory Federation Services
Microsoft Security | Microsoft Graph
Microsoft Security | Microsoft Entra | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Fentahun Fkadie 0 Reputation points
    2024-03-29T12:12:20.9366667+00:00

    have you considered implementing OAuth 2.0 authorization code flow it will allow users to authenticate without the need for client secrets.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.