Skip to content

Commit

Permalink
Merge pull request #1114 from vladnedelescu/master
Browse files Browse the repository at this point in the history
Fix link to BrowserFriendly Federation metadata.
  • Loading branch information
explunit committed Sep 5, 2019
2 parents f12c8c5 + 11894fd commit 353c015
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 353c015

Please sign in to comment.