Hi Guys,
we are use DotNetOpenAuth to build OP site, but how can i disable dumb mode at OP side, because we only want RP call us use smart mode.
i had googled, but got no answer.
thanks.
--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/_zhHKFBQk_kJ.
To post to this group, send email to dotnet...@googlegroups.com.
To unsubscribe from this group, send email to dotnetopenid...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotnetopenid?hl=en.
I don't think there is a switch to do that, although it could be easily added.
Can you elaborate on your scenario? What are you trying to achieve by this?
--
Andrew Arnott
"I [may] not agree with what you have to say, but I'll defend to the death your right to say it." - S. G. Tallentyre
On Sun, Aug 5, 2012 at 9:34 PM, cxwl3sxl <cxwl...@gmail.com> wrote:
Hi Guys,
we are use DotNetOpenAuth to build OP site, but how can i disable dumb mode at OP side, because we only want RP call us use smart mode.
i had googled, but got no answer.
thanks.
--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/_zhHKFBQk_kJ.
To post to this group, send email to dotnet...@googlegroups.com.
To unsubscribe from this group, send email to dotnetopenid+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/0VcyYcP7AioJ.
To unsubscribe from this group, send email to dotnetopenid...@googlegroups.com.
So you want to only interact with RPs you trust. That's a perfectly fine request. But making step 3 a mandatory step will not accomplish that. The RP is not identified to the OP during this step, so you couldn't decide whether you trust the RP at that point.Instead, on step 5, the OP can look at the openid.realm parameter (via the IHostProcessedRequest.Realm property) when the user is redirectd to the Provider to determine whether you want to honor the request or reject with a "untrusted RP" error.
--
Andrew Arnott
"I [may] not agree with what you have to say, but I'll defend to the death your right to say it." - S. G. Tallentyre
On Sun, Aug 5, 2012 at 11:20 PM, cxwl3sxl <cxwl...@gmail.com> wrote:
there 7 steps for one request, but the 3th is optional(http://openid.net/specs/openid-authentication-2_0.html#anchor2), now i want make step 3 is required, because i want to check RP is trusted or not at step 3!
在 2012年8月6日星期一UTC+8下午12时43分45秒,Andrew Arnott写道:
I don't think there is a switch to do that, although it could be easily added.
Can you elaborate on your scenario? What are you trying to achieve by this?
--
Andrew Arnott
"I [may] not agree with what you have to say, but I'll defend to the death your right to say it." - S. G. Tallentyre
On Sun, Aug 5, 2012 at 9:34 PM, cxwl3sxl <cxwl...@gmail.com> wrote:
Hi Guys,
we are use DotNetOpenAuth to build OP site, but how can i disable dumb mode at OP side, because we only want RP call us use smart mode.
i had googled, but got no answer.
thanks.
--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/_zhHKFBQk_kJ.
To post to this group, send email to dotnet...@googlegroups.com.
To unsubscribe from this group, send email to dotnetopenid...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotnetopenid?hl=en.
--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/XMAxabNSPaIJ.
To view this discussion on the web visit https://groups.google.com/d/msg/dotnetopenid/-/RNBvn4MLHd8J.