使用 OpenIDProviderWebForms 示例时,登录时返回的 Claimed Identifier 格式如下:
https://id.example.com/user.aspx/userID
我希望它看起来像:
https://id.example.com/userID
任何想法在哪里处理这个?
注意:这是 DotNetOpenAuth 返回的值,我可以在 IIS 中使用 URL 重写来映射https://id.example.com/userID -> https://id.example.com/user.aspx/userID
谢谢!