Skip to content

Commit

Permalink
Merge pull request #1189 from OfficeDev/V-mfurquan/app-complete-auth-…
Browse files Browse the repository at this point in the history
…readme-updates

Auth Complete Auth Readme Updated
  • Loading branch information
Pawank-MSFT authored Mar 20, 2024
2 parents 978b5bf + 246ee2d commit 5e8b433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BotWithSharePointFileViewer</title>
<title>App Complete Auth </title>
<style>
body {
margin: 0px;
Expand Down Expand Up @@ -392,7 +392,7 @@
<header class="header">
<div class="header-inner-container">
<div class="header-icon" style="display: inline-block"></div>
<div class="header-text" style="display: inline-block">BotWithSharePointFileViewer</div>
<div class="header-text" style="display: inline-block">App Complete Auth Csharp </div>
</div>
</header>
<div class="row">
Expand Down
1 change: 1 addition & 0 deletions samples/app-complete-auth/csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Please find below demo manifest which is deployed on Microsoft Azure and you can
* Select **Add a platform**.
* Select **Single-page application**.
* Enter the **redirect URI** for the app in the following format: `https://{Base_Url}/auth-end`.
* Enter the **redirect URI** for the app in the following format: `https://{Base_Url}/auth-start`.
- Set another redirect URI:
* Select **Add a platform**.
* Select **web**.
Expand Down

0 comments on commit 5e8b433

Please sign in to comment.