简体   繁体   中英

How to validate Azure ad b2c token using PHP?

I'm creating Azure ad b2c login. After I login from it they give us a token(key). I need to know how to validate that token and how to get that token from server.

This article describes the steps: https://github.com/Azure-Samples/active-directory-b2c-php-webapp-openidconnect/blob/master/README.md

You don't need to call the server, the id_token can be validated on your own system

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM