asp.net – “2015年4月20日Google帐户的OpenID2已经消失”.我需要担心吗?
我正在使用ASP.NET开发一个网站,我使用Oauth功能将用户注册到我的网站.我从Visual Studio 2013的nuget软件包中下载了DontNetOpenOauth.
“Google帐户的OpenID2将于2015年4月20日消失.” 当我浏览这个警告的详细页面时说 “某些应用程序和网站在登录时使用OpenID 2.0进行身份验证,并访问您授予他们访问权限的数据.从2015年4月20日起,OpenID 2.0将不再适用于Google帐户. 链接在这里. https://support.google.com/accounts/answer/6135882 诚实与你们我不熟悉这个oauth认证过程. 解决方法不,你不需要担心,这只意味着开发人员@ Stackoverflow将不得不改变他们的代码一点,但它应该工作正常.编辑: 您必须将代码从OpenID更改为OAuth 2,并使用最少的scope.google.com/ / api / oauth#login-scopes,这是配置文件,并从该配置文件中可以确定哪个用户是这样,并将其登录 您不必保存返回的令牌,因为您将不再需要它,直到下次登录,您将自动递交新的或相同的令牌由Goole 我的建议是使用ID可以使用这个document { "kind": "plus#person","etag": ""RqKWnRU4WW46-6W3rWhLR9iFZQM/hGBwxYeYt07li9hNmxa2J7GE_0c"","nickname": "GreYFoX","occupation": "Computer Engineer","skills": "iOS Developement,Android Developement","birthday": "0000-09-20","gender": "male","emails": [ { "value": "@#^$%@^#@gmail.com","type": "account" } ],"urls": [ { "value": "http://www.myspace.com/Shereef","type": "otherProfile","label": "Shereef" },{ "value": "http://Shereefz.spaces.live.com","label": "shereefz" },{ "value": "http://www.plaxo.com/profile/showPublic/Shereef","label": "shereef" },{ "value": "http://cid-c74ed9e76d675051.profile.live.com","label": "@&#$%&@#%^$@live.com" },{ "value": "http://www.plaxo.com/profile/showPublic/null","label": "null" },{ "value": "http://pulse.yahoo.com/_VMZ2QYN3AWG57HS5IUW4T2KHRM","label": "Shereef Marzouk" },{ "value": "http://about.me/Shereef","label": "About.me" },{ "value": "http://www.youtube.com/user/Shereefz",{ "value": "http://www.myspace.com/Shereef",{ "value": "http://profiles.google.com/17F648F7-5C7D-42D4-A40F-CAC12280C712","label": "SheefoPad" },{ "value": "https://profiles.google.com/104183538590490028018/buzz","type": "contributor","label": "Buzz" },{ "value": "https://developers.google.com/groups/chapter/103706763079402130148/","label": "GDG Alexandria (Google Developers Group Alexandria)" },{ "value": "http://www.shereef.net",{ "value": "http://shereef.net/resume","type": "other","label": "Resume" },{ "value": "http://shereef.net/blog","label": "Blogger" },{ "value": "http://about.me/shereef",{ "value": "http://pulse.yahoo.com/sheefoz","label": "sheefoz" },{ "value": "http://facebook.com/Shereefz",{ "value": "http://www.linkedin.com/in/shereef","label": "shereef" } ],"objectType": "person","id": "104183538590490028018","displayName": "Shereef Marzouk","name": { "familyName": "Marzouk","givenName": "Shereef" },"tagline": "Senior Mobile Developer / Team lead at X Digital Group","braggingRights": "XDG Hero","aboutMe": "<span>Shereef Marzouk is an Egyptian mobile applications developer who enjoys his work very much,with many years of experience of development in mobile and general development,Shereef also loves helping people and love sharing,He also develops free-lance applications under his personal company name Tools Era (ToolsEra),Shereef is an Egyptian with his own cultural views and politic,Shereef is not your typical Egyptian nor Developer.</span>","relationshipStatus": "engaged","url": "https://plus.google.com/+ShereefMarzouk","image": { "url": "https://lh3.googleusercontent.com/-P9UMptk6e5U/AAAAAAAAAAI/AAAAAAAFzp0/v3ArGL-l8Tg/photo.jpg?sz=50","isDefault": false },"organizations": [ { "name": "Alexandria Higher Institute of Engineering and Technology","title": "Computer Engineering","type": "school","startDate": "2005","endDate": "2011","primary": false },{ "name": "English Lycee Liberity","title": "School","startDate": "1994","endDate": "2004",{ "name": "Sidi Gaber Language School","title": "K.G.","startDate": "1992","endDate": "1994",{ "name": "X Digital Group","title": "Senior Mobile Developer / Team Lead","type": "work","startDate": "2012","primary": true },"title": "Interactive Touch Screen and Mobile Core Developer","endDate": "2013",{ "name": "Health-Insights","title": "Android / iOS / C#.NET Developer","startDate": "2011","endDate": "2012","primary": false } ],"placesLived": [ { "value": "Alexandria,Egypt",{ "value": "KSA" },{ "value": "Lybia" },{ "value": "Egypt" },{ "value": "Qatar" } ],"isPlusUser": true,"language": "en","ageRange": { "min": 21 },"circledByCount": 707,"verified": false,"cover": { "layout": "banner","coverPhoto": { "url": "https://lh3.googleusercontent.com/-kp8ALVVOa1o/U-Bo2sjE9GI/AAAAAAAFkaA/PWKY2q2e9lY/s630-fcrop64=1,0000208effb2f94e/_MG_0344-SMILE.jpg","height": 626,"width": 940 },"coverInfo": { "topImageOffset": -294,"leftImageOffset": 0 } } } 搜索“id”:“104183538590490028018”在我粘在这里的json 附:打开这个答案的所有链接,因为他们会使你受益. 还要记住,请求配置文件使用id作为我,因为您不会在用户配置文件中登录 (编辑:甘南站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- asp.net-mvc-3 – 为MVC3应用程序配置Ninject的正确方法是什
- 经典ASP和UTF-8
- asp.net – MVC 4导出到CSV – 另存为对话框在Chrome和Fire
- asp.net-mvc-4 – MVC 4 Razor如果拆分div标签
- asp.net-mvc – 如何使用带有IEnumerable的Html.CheckBox(l
- asp.net – 为每个网站/应用程序创建单独的IIS应用程序池的
- asp.net – Dropzone没有绑定到模型
- asp.net – 无法在UpdatePanel中下载文件
- asp.net core标签助手的高级用法TagHelper+Form
- asp.net-mvc – ASP.NET MVC 3 Treeview
- asp.net-mvc – ASP.Net [HiddenInput]数据属性在
- 实体框架 – 使用EF和WebAPI,如何返回一个ViewMo
- 如何在ASP.NET自定义控件中持久保存List属性?
- asp.net-mvc – Asp .Net Core – 无法安装Micro
- ASP.NET MVC与Webforms:替换WebForms控件
- asp.net – 在网站上放置广告的最佳做法?
- 使用asp.net中的web api通过http进行身份验证
- 如何使用ASP.NET MVC Web API OData链接到Razor中
- asp.net-mvc – MVC“添加控制器”是“无法检索元
- asp.net-mvc – 何时使用asp.net mvc的路由规则v