summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyLogic/Model.edmx
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-07-14 22:05:04 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-07-14 22:05:04 -0700
commit9b4fc3a38cbd1b427c25b906a5562ec5586f9340 (patch)
tree40244fa2bfa767bf8bfcfbf19690a8d63fb2be05 /projecttemplates/RelyingPartyLogic/Model.edmx
parent1882f59229ee85cf2b9cf66cfd2ada1cc27520f7 (diff)
downloadDotNetOpenAuth-9b4fc3a38cbd1b427c25b906a5562ec5586f9340.zip
DotNetOpenAuth-9b4fc3a38cbd1b427c25b906a5562ec5586f9340.tar.gz
DotNetOpenAuth-9b4fc3a38cbd1b427c25b906a5562ec5586f9340.tar.bz2
Lots of work toward OAuth 2.0 in project templates and OAuthConsumerWpf sample.
The WebFormsRelyingParty now works with the sample WPF OAuth client in a modified user-agent mode.
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/Model.edmx')
-rw-r--r--projecttemplates/RelyingPartyLogic/Model.edmx4
1 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/RelyingPartyLogic/Model.edmx b/projecttemplates/RelyingPartyLogic/Model.edmx
index 2123935..a003493 100644
--- a/projecttemplates/RelyingPartyLogic/Model.edmx
+++ b/projecttemplates/RelyingPartyLogic/Model.edmx
@@ -55,7 +55,7 @@
<Property Name="ClientIdentifier" Type="varchar" Nullable="false" MaxLength="255" />
<Property Name="ClientSecret" Type="varchar" MaxLength="255" />
<Property Name="Callback" Type="varchar" MaxLength="2048" />
- <Property Name="Name" Type="nvarchar" MaxLength="50" />
+ <Property Name="Name" Type="nvarchar" Nullable="false" MaxLength="50" />
</EntityType>
<EntityType Name="ClientAuthorization">
<Key>
@@ -284,7 +284,7 @@
<Property Type="String" Name="ClientIdentifier" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
<Property Type="String" Name="ClientSecret" MaxLength="255" FixedLength="false" Unicode="true" />
<Property Type="String" Name="CallbackAsString" MaxLength="2048" FixedLength="false" Unicode="true" />
- <Property Type="String" Name="Name" MaxLength="50" FixedLength="false" Unicode="true" />
+ <Property Type="String" Name="Name" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<NavigationProperty Name="ClientAuthorizations" Relationship="DatabaseModel.FK_IssuedToken_Consumer" FromRole="Client" ToRole="ClientAuthorization" />
</EntityType>
<EntityType Name="ClientAuthorization">