Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

OAuth Authorization server

Return to previous page

  • 8/14/2015
  • 4248 Views

Comments

4248 Views

OAuth Authorization server

Last updated 9 years ago

Comments

Common

(Enter the content of this article below)

Advanced

 

DNN added support for an OAuth in DNN8. By default this only works in HTTPS scenarios, and does not support "localhost" -to enable support for either or both of these, please add the following in the configuration node of web.config

<dotNetOpenAuth>
<oauth2>
<authorizationServer />
</oauth2>
<!-- Relaxing SSL requirements is useful for simple samples, but NOT a good idea in production. -->
<messaging relaxSslRequirements="true">
<untrustedWebRequest>
<whitelistHosts>
<!-- since this is a sample, and will often be used with localhost -->
<add name="localhost" />
<!-- Uncomment to enable communication with localhost (should generally not activate in production!) -->
<!--<add name="localhost" />-->
</whitelistHosts>
</untrustedWebRequest>
</messaging>
</dotNetOpenAuth>

What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out