ASP.NETCore3.1OpenIDConnect,如何在用户不退出的情况下更新声明?
创始人
2024-09-17 09:30:37
0

可以使用令牌端点中的_refresh_token_来更新声明。在配置OpenID Connect时,需要在OnTokenValidated事件中手动请求并使用刷新令牌获取新的声明。

示例代码如下:

services.AddAuthentication(options =>
{
    options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme;
    options.DefaultChallengeScheme = OpenIdConnectDefaults.AuthenticationScheme;
})
.AddCookie(options =>
{
    options.ForwardAuthenticate = OpenIdConnectDefaults.AuthenticationScheme;
    options.ForwardSignIn = OpenIdConnectDefaults.AuthenticationScheme;
})
.AddOpenIdConnect(options =>
{
    options.ClientId = Configuration["OpenIdConnect:ClientId"];
    options.ClientSecret = Configuration["OpenIdConnect:ClientSecret"];
    options.Authority = Configuration["OpenIdConnect:Authority"];
    options.CallbackPath = new PathString("/auth/signin-callback");

    // Request refresh token
    options.ResponseType = "code id_token token";
    options.Scope.Clear();
    options.Scope.Add("openid");
    options.Scope.Add("profile");
    options.Scope.Add("email");
    options.Scope.Add("offline_access");

    options.SaveTokens = true;
    options.GetClaimsFromUserInfoEndpoint = true;
    options.Events = new OpenIdConnectEvents
    {
        OnTokenValidated = async ctx =>
        {
            var refreshToken = ctx.TokenEndpointResponse.RefreshToken;
            if (refreshToken != null)
            {
                var newClaims = new List
                {
                    new Claim("newClaimType", "newClaimValue")
                };
                var appOptions = ctx.HttpContext.RequestServices.GetRequiredService>().Value;
                var tokenClient = new TokenClient(appOptions.TokenEndpoint, appOptions.ClientId, appOptions.ClientSecret);
                var tokenResult = await tokenClient.RequestRefreshTokenAsync(refreshToken);

                if (tokenResult.IsError)
                {
                    throw new Exception(tokenResult.Error);
                }

                foreach (var claim in tokenResult.Claims)
                {
                    newClaims.Add(new Claim(claim.Type, claim.Value));
                }

                var identity = ctx.Principal.Identity as ClaimsIdentity;
                identity?.AddClaims(newClaims);
            }
        }
    };
});

注:在请求刷新令牌时,需要在OpenID Connect配置中设置options.ResponseType = "code id_token token"以请求令牌响应中包含刷新令牌。

相关内容

热门资讯

在玩家背景下!poker ma... 在玩家背景下!poker master辅助,hhpoker有没有辅助,窍门教程(有挂助手)-哔哩哔哩...
出现新变化!wepokerh5... 出现新变化!wepokerh5破解,hhpoker透视脚本,模板教程(有挂猫腻)-哔哩哔哩进入游戏-...
据目击者称!四川换三张辅助器,... 据目击者称!四川换三张辅助器,微信开心泉州辅助,总结教程(其实确实有挂的)-哔哩哔哩微信开心泉州辅助...
此事引发广泛关注!wepoke... 此事引发广泛关注!wepoker辅助是真的假的,哈糖大菠萝有挂吗,烘培教程(发现有挂)-哔哩哔哩1、...
反观!起点休闲辅助,小闲辅助软... 您好,起点休闲辅助这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很多玩家在...
为了进一步!德普之星透视辅助软... 为了进一步!德普之星透视辅助软件,wepoker透视脚本免费使用视频,妙招教程(有挂助手)-哔哩哔哩...
出现新变化!皮皮跑子胡子,微信... 出现新变化!皮皮跑子胡子,微信微乐游戏辅助脚本,手段教程(原来真的有挂的)-哔哩哔哩1、进入游戏-大...
相较于以往!we poker游... 相较于以往!we poker游戏下,hhpoker怎么防辅助,方案教程(有挂解密)-哔哩哔哩1、每一...
最新消息!新道游开挂辅助透视,... 您好,新道游开挂辅助透视这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多...
据报道!哈糖大菠萝免费辅助器,... 据报道!哈糖大菠萝免费辅助器,wepoker轻量版有透视吗,要领教程(有挂教程)-哔哩哔哩;1、哈糖...