19 lines
812 B
Plaintext
19 lines
812 B
Plaintext
<configuration>
|
|
<dotNetOpenAuth>
|
|
<openid>
|
|
<relyingParty>
|
|
<security requireSsl="false">
|
|
<!-- Uncomment the trustedProviders tag if your relying party should only accept positive assertions from a closed set of OpenID Providers. -->
|
|
<!--<trustedProviders rejectAssertionsFromUntrustedProviders="true">
|
|
<add endpoint="https://www.google.com/accounts/o8/ud" />
|
|
</trustedProviders>-->
|
|
</security>
|
|
<behaviors>
|
|
<!-- The following OPTIONAL behavior allows RPs to use SREG only, but be compatible
|
|
with OPs that use Attribute Exchange (in various formats). -->
|
|
<add type="DotNetOpenAuth.OpenId.RelyingParty.Behaviors.AXFetchAsSregTransform, DotNetOpenAuth.OpenId.RelyingParty" />
|
|
</behaviors>
|
|
</relyingParty>
|
|
</openid>
|
|
</dotNetOpenAuth>
|
|
</configuration> |