summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdOfflineProvider/CheckIdWindow.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OpenIdOfflineProvider/CheckIdWindow.xaml')
-rw-r--r--samples/OpenIdOfflineProvider/CheckIdWindow.xaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/samples/OpenIdOfflineProvider/CheckIdWindow.xaml b/samples/OpenIdOfflineProvider/CheckIdWindow.xaml
index 9ffe919..1211976 100644
--- a/samples/OpenIdOfflineProvider/CheckIdWindow.xaml
+++ b/samples/OpenIdOfflineProvider/CheckIdWindow.xaml
@@ -4,7 +4,7 @@
Title="Authentication request" Height="345" Width="379">
<DockPanel Margin="12">
<TextBlock DockPanel.Dock="Top" TextWrapping="Wrap">An authentication request has been received. How do you want to proceed?</TextBlock>
- <Expander DockPanel.Dock="Top" Header="View request details">
+ <Expander DockPanel.Dock="Top" Header="View request details" IsExpanded="True">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="auto" />
@@ -22,14 +22,14 @@
<Label Grid.Column="1" Name="setupModeLabel" Content="No" />
<Label Grid.Row="1">Realm</Label>
<Label Grid.Row="1" Grid.Column="1" Name="realmLabel" />
- <Label Grid.Row="2">Callback</Label>
- <Label Grid.Row="2" Grid.Column="1" Name="callbackLabel" />
+ <!--<Label Grid.Row="2">Callback</Label>
+ <Label Grid.Row="2" Grid.Column="1" Name="callbackLabel" />-->
<Label Grid.Row="3">Discoverable</Label>
<Label Grid.Row="3" Grid.Column="1" Name="discoverableYesLabel" Content="Yes" />
<Label Grid.Row="3" Grid.Column="1" Name="discoverableNoLabel" Content="No" />
- <Label Grid.Row="4">Shared association?</Label>
+ <!--<Label Grid.Row="4">Shared association?</Label>
<Label Grid.Row="4" Grid.Column="1" Name="sharedAssociationLabel" Content="Yes" />
- <Label Grid.Row="4" Grid.Column="1" Name="privateAssociationLabel" Content="No" />
+ <Label Grid.Row="4" Grid.Column="1" Name="privateAssociationLabel" Content="No" />-->
</Grid>
</Expander>
<StackPanel DockPanel.Dock="Bottom" HorizontalAlignment="Right" Orientation="Horizontal" Margin="0,12,0,0">
@@ -56,18 +56,18 @@
<TextBox Grid.Column="1" Name="claimedIdentifierBox" />
<Label Grid.Row="1">OP Local identifier</Label>
<TextBox Grid.Column="1" Grid.Row="1" Name="localIdentifierBox" />
- <Label Grid.Row="2">Association</Label>
+ <!--<Label Grid.Row="2">Association</Label>
<WrapPanel Grid.Row="2" Grid.Column="1" VerticalAlignment="Center">
<RadioButton Margin="0,0,12,0" GroupName="AssociationType">Shared</RadioButton>
<RadioButton GroupName="AssociationType">Private</RadioButton>
- </WrapPanel>
+ </WrapPanel>-->
</Grid>
</StackPanel>
</TabItem>
<TabItem Header="Negative assertion" Name="negativeTab">
<TextBlock TextWrapping="Wrap">There is nothing to customize in a negative assertion.</TextBlock>
</TabItem>
- <TabItem Header="Error" Name="errorTab" >
+ <!--<TabItem Header="Error" Name="errorTab" >
<StackPanel>
<TextBlock TextWrapping="Wrap">What message do you want to send describing the simulated error?</TextBlock>
<TextBox TextWrapping="Wrap" />
@@ -78,7 +78,7 @@
<TextBlock TextWrapping="Wrap">This tab is useful for testing a relying party's resiliance to invalid responses.</TextBlock>
<TextBlock TextWrapping="Wrap">But it's not implemented yet. :)</TextBlock>
</StackPanel>
- </TabItem>
+ </TabItem>-->
</TabControl>
</DockPanel>
</Window>