Skip to content

Commit

Permalink
Fix link to BrowserFriendly Federation metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladnedelescu authored Sep 5, 2019
1 parent f12c8c5 commit 2495b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sustainsys.Saml2.StubIdp/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</a>
<ul class="dropdown-menu">
<li>@Html.ActionLink("Single Idp", "BrowserFriendly", "Metadata")</li>
<li>@Html.ActionLink("Federation", "BrowswerFriendly", "Federation")</li>
<li>@Html.ActionLink("Federation", "BrowserFriendly", "Federation")</li>
</ul>
</li>
<li class="dropdown">
Expand Down

0 comments on commit 2495b8c

Please sign in to comment.