Skip to content

Commit fc3025e

Browse files
committed
update newer version
1 parent db4a944 commit fc3025e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

deployment.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We need a Service Principal that we will use to authenticate our user to Azure A
5757

5858
From the Azure Portal (portal.azure.com), open the **Azure Active Directory** page. From the left option menu select **App registrations**, then create a new registration. Use a name that will help you to remember that it's for the TinyBlazorAdmin website (ex: TinyAdminApp) (1)
5959

60-
![RegisterClientApp][RegisterClientApp]
60+
![Create a new registration][newRegistration]
6161

6262
For the Redirect URL use **Single-page application (SPA)** (3) and enter the URL of the Azure Static WebApp deployed previously and add `/authentication/login-callback`. It should look lsomething like this:
6363

@@ -68,9 +68,7 @@ https://bolly-tiger-04a15beef.azurestaticapps.net/authentication/login-callback
6868

6969
**Note the ClientID and TenantID.**
7070

71-
If you need to retrieve the ClientID and TenantID, they will be display at the top of the page once you select an app in the portal.
72-
73-
![Create a new registration][newRegistration]
71+
You will need to retrieve the ClientID and TenantID, they will be display at the top of the page once you select an app in the portal.
7472

7573
Go back in the Authentication and in the section Implicit grant check the checkbox `Access Token` and `ID Tokens`
7674

0 commit comments

Comments
 (0)