Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
JasSuri committed Nov 30, 2021
1 parent 4895ddd commit c8e1dd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
@model SetupRequestPolicySample
@{
ViewData["Title"] = "Experimental";
ViewData["Title"] = "Quick Deploy Samples";
var data = (sampleFolderBootstrap)ViewData["Message"];
}
<h1>Experimental</h1>
<h1>Quick Deploy Samples</h1>

<p>
This experimental section will deploy a policy from the <a href="https://github.com/azure-ad-b2c/samples" target="_blank">Azure AD B2C Samples GitHub</a> automatically to your Azure AD B2C directory.

</p>
This section will deploy a sample policy from the <a href="https://github.com/azure-ad-b2c/samples" target="_blank">Azure AD B2C Samples GitHub</a> to your Azure AD B2C directory.
All supported samples for quick-deploy are listed in the table below.
</p>

<ul>
<li><b>You must have run the <a href="https://aka.ms/iefsetup" target="_blank">initial setup</a> before continuing with this page.</b></li>

<li>
This process can sometimes overwrite the Base and Extension files deployed via the Initial Setup. You can safely run the Initial Setup again to restore them.
</li>

<li>
You cannot use this to deploy any Policy Sample that relies on Policy Keys (External IdP's/REST API's), unless the Policy Keys already exist within the directory prior to deployment.
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Index">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Experimental">Quick Deploy Samples</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Support">Support</a>
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Experimental">Experimental</a>
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Support">Support</a>
</li>

</ul>
</div>
</div>
Expand Down

0 comments on commit c8e1dd9

Please sign in to comment.