AzureAD-从代码生成访问令牌出现错误:Code_Verifier与授权请求中提供的code_challenge不匹配。
创始人
2024-09-29 12:30:12
0

在生成访问令牌之前,需要在进行授权请求时生成和传递code_challenge参数。然后在生成访问令牌时需要传递相应的code_verifier参数以匹配之前传递的code_challenge参数。下面是一个示例代码片段:

import base64
import hashlib
import secrets

# Generate a random code verifier and challenge
code_verifier = secrets.token_urlsafe(64)
code_challenge = base64.urlsafe_b64encode(hashlib.sha256(code_verifier.encode()).digest()).decode().replace('=', '')

# Encode the code challenge and add it to the authorization request
auth_url = 'https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/authorize' \
           '?client_id={client_id}' \
           '&response_type=code' \
           '&redirect_uri={redirect_uri}' \
           '&response_mode=query' \
           '&scope={scope}' \
           '&code_challenge={code_challenge}' \
           '&code_challenge_method=S256'.format(
    tenant_id=tenant_id,
    client_id=client_id,
    redirect_uri=redirect_uri,
    scope=scope,
    code_challenge=code_challenge
)

# Make the authorization request and retrieve the authorization code

# Exchange the authorization code for an access token
token_url = 'https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token'.format(
    tenant_id=tenant_id
)
payload = {
    'grant_type': 'authorization_code',
    'client_id': client_id,
    'code': authorization_code,
    'redirect_uri': redirect_uri,
    'code_verifier': code_verifier
}
response = requests.post(token_url, data=payload)

# Parse the access token from the response
access_token = response.json().get('access_token')

相关内容

热门资讯

科技辅助!新518互游脚本,九... 科技辅助!新518互游脚本,九酷互娱辅助,实测交流开挂(有挂方针);无需打开直接搜索薇:136704...
发现辅助!青龙辅助器,顺欣茶楼... 大家好,今天小编来为大家解答顺欣茶楼辅助软件这个问题咨询软件客服可以免费测试直接加微信(136704...
科技辅助!钱塘十三水透视脚本,... 较多好评“微乐万能挂官网”开挂(透视)辅助教程 了解更多开挂安装加(136704302)微信号是一款...
正版辅助!新玉海楼游戏茶苑,心... 正版辅助!新玉海楼游戏茶苑,心悦提坑神器软件下载,玩家攻略推荐开挂(有挂助手);无需打开直接搜索加薇...
教会辅助!陕麻圈辅助器透视开挂... >>您好:陕麻圈辅助器透视开挂确实是有挂的,很多玩家在这款陕麻圈辅助器透视开挂游戏中打牌都会发现很多...
教会辅助!宝宝吃吃吃游戏辅助,... 教会辅助!宝宝吃吃吃游戏辅助,wepoker辅助器免费,玩家必备科普开挂(揭秘有挂);无需打开直接搜...
教会辅助!柚子联盟辅助器,闲逸... 教会辅助!柚子联盟辅助器,闲逸辅助器辅助下载,透视透视开挂(有挂细节);闲逸辅助器辅助下载是一项闲逸...
实测辅助!欢乐联盟辅助软件,乾... 实测辅助!欢乐联盟辅助软件,乾坤互娱辅助,透视实锤开挂(新版有挂)《详细加薇136704302咨询》...
曝光辅助!新西部透视挂辅助器,... 曝光辅助!新西部透视挂辅助器,新518互游插件下载,科技分享开挂(真的有挂)>>您好:软件加薇136...
科技辅助!微信功夫川麻小程序辅... 科技辅助!微信功夫川麻小程序辅助器,情怀蒲仙辅助,重大通报开挂(有挂方法)1、下载安装好微信功夫川麻...