gpt4 book ai didi

c# - 在联合身份 token 上获取 "not a valid Base-64 string"

转载 作者:太空狗 更新时间:2023-10-29 21:45:50 25 4
gpt4 key购买 nike

在浏览我的 mvc3 azure Web 角色时,我随机收到 Base 64 编码错误。我使用带有被动身份验证的 WIF 对我的 ADFS 服务器进行身份验证。我无法确定这是从哪里来的,但我有一个想法,并希望得到一些反馈/帮助。

从调用堆栈来看,它似乎来自一个坏的 cookie。当我从 chrome 开发者控制台查看我的 cookie 时,来自 wif/adfs 的“FedAuth”cookie 是唯一显示的内容。所以我认为这些 cookie 不知何故已被损坏或其中包含无效字符。我正在努力验证这一点,但由于错误是随机发生的,因此需要一些时间。有没有人经历过类似的事情或有任何倾向可能导致这种情况?如有任何帮助,我们将不胜感激!

这是一个异常(exception):

The input is not a valid Base-64 string as it contains a non-base 64 character, more      than two padding characters, or a non-white space character among the padding characters.
[FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters. ]
System.Convert.FromBase64String(String s) +0
Microsoft.IdentityModel.Web.ChunkedCookieHandler.ReadInternal(String name, HttpCookieCollection requestCookies) +613
Microsoft.IdentityModel.Web.ChunkedCookieHandler.ReadCore(String name, HttpContext context) +174
Microsoft.IdentityModel.Web.CookieHandler.Read(String name, HttpContext context) +133
Microsoft.IdentityModel.Web.CookieHandler.Read(HttpContext context) +59
Microsoft.IdentityModel.Web.CookieHandler.Read() +65
Microsoft.IdentityModel.Web.SessionAuthenticationModule.TryReadSessionTokenFromCookie(SessionSecurityToken& sessionToken) +84
Microsoft.IdentityModel.Web.SessionAuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs eventArgs) +119
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +270

我一直在对我的 cookie 进行更多测试,我可以看到,每次请求时,我的 fedauth cookie 都会变得越来越大。这可能是问题的一部分或全部。最终,随机地添加了一些坏字符。 token 以这些结束标记“”结尾。我可以看到,当安全上下文 token 关闭标记后出现一些额外字符时,它会失败。每次错误发生时额外的字符都不同。

最佳答案

想通了。哎呀...程序员错误...

当用户首次登录我的应用程序时,我从数据库中提取一些角色信息并为他们创建声明。我每次都重新添加这些声明,所以我的 session token 不断增长...不断增长...最终导致 token split 为 2、3、4、5、6 个 cookie,最终有些东西被卡住了这。我不再每次都添加声明。不再看到这个问题。

感谢您的帮助。

关于c# - 在联合身份 token 上获取 "not a valid Base-64 string",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12752434/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com