|
@@ -53,6 +53,7 @@ namespace TEAMModelOS.SDK.Extension
|
|
|
return result;
|
|
|
}
|
|
|
//https://learn.microsoft.com/zh-cn/entra/identity-platform/access-tokens 验证的相关文档
|
|
|
+ //https://login.chinacloudapi.cn/4807e9cf-87b8-4174-aa5b-e76497d7392b/v2.0/.well-known/openid-configuration
|
|
|
public static async Task<JwtSecurityToken> Validate(string jwtTokenToValidate, string location,string tenantId, IConfiguration configuration)
|
|
|
{
|
|
|
// var tenantId = "4807e9cf-87b8-4174-aa5b-e76497d7392b";
|