# 公众号 ## 网页登录 1. 只有服务号才能进行网页登录。 2. 公众号配置-功能设置-配置网页授权域名 3. 网页授权页面地址:https://open.weixin.qq.com/connect/oauth2/authorize 4. https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CODE&grant_type=authorization_code 5. [文档地址](https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Web_Developer_Tools.html)