including PHP code for Access Token and ID Token validation
I were to implement Active directory integration on the web application in PHP. All I need is to authenticate the user before letting user on my application.
So far, I have a tenant ID and Application Registered on Azure. I am already using authorize endpoint and receiving the token successfully.
However, the documentation do not share anything on validating the ID Token with PHP.
If you can share the validation endpoint or code to decode the token and use to design my application.
thanks
