Azure AD SSO with PHP

Garvitkumar Choraria 21 Reputation points
2021-01-09T03:48:40.937+00:00

Hi,

I am using Code Igniter as my coding language for my CRM application and want to integrate Azure AD SSO for login screen. I tried to lookup some documents or links online for the same but couldn't find anything related to PHP. I found a code and it was for Node.js and it is working without any problems, since my CRM Login creates a session cookie and if I integrate NodeJS, it will also create a session cookie. So, I don't want to manage 2 cookies for the same user at the same time.

It would be great, if someone can help me out in the same.

Thanks in advance.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,592 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,474 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-01-09T06:19:43.777+00:00

    Check out the following documentation/steps.

    2 people found this answer helpful.
    0 comments No comments