Skip to content

Commit a6cb26d

Browse files
authored
Merge pull request #277270 from alexbuckgit/alexbuckgit/docutune-autopr-20240605-130753-8934188-ignore-build
[BULK] - DocuTune - Minor formatting and syntax fixes (part 1)
2 parents 59c37cb + 7bebe84 commit a6cb26d

File tree

4 files changed

+122
-116
lines changed

4 files changed

+122
-116
lines changed

articles/active-directory-b2c/partner-nevis.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ In this tutorial, learn to enable passwordless authentication in Azure Active Di
2323
To get started, you'll need:
2424

2525
- A Nevis demo account
26-
- Go to nevis.net for [Nevis + Microsoft Azure AD B2C](https://www.nevis-security.com/aadb2c/) to request an account
27-
* An Azure subscription
26+
- Go to `nevis.net` for [Nevis + Microsoft Azure AD B2C](https://www.nevis-security.com/aadb2c/) to request an account
27+
28+
- An Azure subscription
2829

2930
- If you don't have one, you can get an [Azure free account](https://azure.microsoft.com/free/)
31+
3032
- An [Azure AD B2C tenant](./tutorial-create-tenant.md) linked to your Azure subscription
3133

3234
>[!NOTE]
@@ -56,17 +58,17 @@ The diagram shows the implementation.
5658

5759
### Request a Nevis account
5860

59-
1. Go to nevis.net for [Nevis + Microsoft Azure AD B2C](https://www.nevis-security.com/aadb2c/).
61+
1. Go to `nevis.net` for [Nevis + Microsoft Azure AD B2C](https://www.nevis-security.com/aadb2c/).
6062
2. Use the form request an account.
6163
3. Two emails arrive:
6264

63-
* Management account notification
64-
* Mobile app invitation
65+
- Management account notification
66+
- Mobile app invitation
6567

6668
### Add your Azure AD B2C tenant to your Nevis account
6769

6870
1. From the management account trial email, copy your management key.
69-
2. In a browser, open https://console.nevis.cloud/.
71+
2. In a browser, open the [Nevis management console](https://console.nevis.cloud/).
7072
3. Use the management key to sign in to the management console.
7173
4. Select **Add Instance**.
7274
5. Select the created instance.
@@ -99,14 +101,14 @@ The diagram shows the implementation.
99101
10. For **Key Usage**, select **Encryption**.
100102
11. Select **Create**.
101103

102-
### Configure and upload the nevis.html to Azure blob storage
104+
### Configure and upload the nevis.html file to Azure blob storage
103105

104106
1. In your Identity Environment (IDE), go to the [/master/samples/Nevis/policy](https://github.com/azure-ad-b2c/partner-integrations/tree/master/samples/Nevis/policy) folder.
105-
2. In [/samples/Nevis/policy/nevis.html](https://github.com/azure-ad-b2c/partner-integrations/blob/master/samples/Nevis/policy/nevis.html) open the nevis.html file.
107+
2. In [/samples/Nevis/policy/nevis.html](https://github.com/azure-ad-b2c/partner-integrations/blob/master/samples/Nevis/policy/nevis.html) open the `nevis.html` file.
106108
3. Replace the **authentication_cloud_url** with the Nevis Admin console URL `https://<instance_id>.mauth.nevis.cloud`.
107109
4. Select **Save**.
108110
5. [Create an Azure Blob storage account](./customize-ui-with-html.md#2-create-an-azure-blob-storage-account).
109-
6. Upload the nevis.html file to your Azure blob storage.
111+
6. Upload the `nevis.html` file to your Azure blob storage.
110112
7. [Configure CORS](./customize-ui-with-html.md#3-configure-cors).
111113
8. Enable cross-origin resource sharing (CORS) for the file.
112114
9. In the list, select the **nevis.html** file.
@@ -132,7 +134,7 @@ The diagram shows the implementation.
132134
3. Replace **your tenant** with your Azure tenant account name in **TenantId**.
133135
4. Replace **your tenant** with your Azure tenant account name in **PublicPolicyURI**.
134136
5. Under **BasePolicy**, in the **TenantId**, replace **your tenant** with your Azure tenant account name.
135-
6. Under **BuildingBlocks**, replace **LoadUri** with the nevis.html blob link URL, in your blob storage account.
137+
6. Under **BuildingBlocks**, replace **LoadUri** with the `nevis.html` blob link URL, in your blob storage account.
136138
7. Select **Save**.
137139

138140
### Customize SignUpOrSignin.xml

0 commit comments

Comments
 (0)