Skip to content

Commit

Permalink
In both sample client projects: updated images on home pages; moved t…
Browse files Browse the repository at this point in the history
…he cookie consent bar to bottom to unhide the menu. (#153)
  • Loading branch information
pmaytak authored May 11, 2020
1 parent 20ec35f commit d8608bb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions tests/B2CWebAppCallsWebApi/Client/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
ViewData["Title"] = "Home Page";
}

<h1>
How to secure a Web API built with ASP.NET Core using the Microsoft identity platform (formerly Azure Active Directory for developers)
</h1>
<p>
This sample shows how to secure a Web API built with ASP.NET Core using the Microsoft identity platform (formerly Azure Active Directory for developers).The client uses OpenID Connect to sign in users. It leverages the ASP.NET Core OpenID Connect middleware
and MSAL.NET.
</p>
<img src="https://raw.githubusercontent.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/master/4-WebApp-your-API/ReadmeFiles/topology.png"/>
<h1>
How to secure a Web API built with ASP.NET Core using the Microsoft identity platform (formerly Azure Active Directory for developers)
</h1>
<p>
This sample shows how to secure a Web API built with ASP.NET Core using the Microsoft identity platform (formerly Azure Active Directory for developers).The client uses OpenID Connect to sign in users. It leverages the ASP.NET Core OpenID Connect middleware
and MSAL.NET.
</p>
<img src="https://github.com/AzureAD/microsoft-identity-web/blob/master/tests/B2CWebAppCallsWebApi/ReadmeFiles/topology.png?raw=true" />
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@if (showBanner)
{
<nav id="cookieConsent" class="navbar navbar-default navbar-fixed-top" role="alert">
<nav id="cookieConsent" class="navbar navbar-default navbar-fixed-bottom" role="alert">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#cookieConsent .navbar-collapse">
Expand Down
16 changes: 8 additions & 8 deletions tests/WebAppCallsWebApiCallsGraph/Client/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
ViewData["Title"] = "Home Page";
}

<h1>
How to secure a Web API built with ASP.NET Core using the Microsoft identity platform (formerly Azure Active Directory for developers)
</h1>
<p>
This sample shows how to secure a Web API built with ASP.NET Core using the Microsoft identity platform (formerly Azure Active Directory for developers).The client uses OpenID Connect to sign in users. It leverages the ASP.NET Core OpenID Connect middleware
and MSAL.NET.
</p>
<img src="https://raw.githubusercontent.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/master/4-WebApp-your-API/ReadmeFiles/topology.png"/>
<h1>
How to secure a Web API built with ASP.NET Core using the Microsoft identity platform (formerly Azure Active Directory for developers)
</h1>
<p>
This sample shows how to secure a Web API built with ASP.NET Core using the Microsoft identity platform (formerly Azure Active Directory for developers).The client uses OpenID Connect to sign in users. It leverages the ASP.NET Core OpenID Connect middleware
and MSAL.NET.
</p>
<img src="https://github.com/AzureAD/microsoft-identity-web/blob/master/tests/WebAppCallsWebApiCallsGraph/ReadmeFiles/topology.png?raw=true" />
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@if (showBanner)
{
<nav id="cookieConsent" class="navbar navbar-default navbar-fixed-top" role="alert">
<nav id="cookieConsent" class="navbar navbar-default navbar-fixed-bottom" role="alert">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#cookieConsent .navbar-collapse">
Expand Down

0 comments on commit d8608bb

Please sign in to comment.