Decrypt Asp Net Core Identity cookie on PHP

非 Y 不嫁゛ 提交于 2019-12-08 05:38:40

问题


I use ASP Net Core identity on a domain *.xyz.com, the user can log-in either on xyz.com or aaa.xyz.com, both are on ASP.Net Core and I can share the identity without issue.

I would like to set-up another subdomain like blog.xyz.com based on wordpress. I would like to auto-authenticate on this site, based on the cookie created by ASP. Is it possible to decrypt this cookie in PHP?

This is not about cross-domain issues, but about ASP Net Core identity Cookie decrypt in PHP.

来源:https://stackoverflow.com/questions/50001450/decrypt-asp-net-core-identity-cookie-on-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!