Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我了解,两者都可用于向 OP 请求电子邮件。有什么区别,哪个更受欢迎?
ClaimsRequest 旨在使用由 OpenID(简单注册)定义的标准声明。
如果您需要扩展简单注册提供的声明,请使用 FetchRequest。例如:
> var fr = new FetchRequest(); > fr.Attributes.AddRequired("DepartamentID"); > AuthenticationRequest.AddExtension(fr);