You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/partner-nevis.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,12 @@ In this tutorial, learn to enable passwordless authentication in Azure Active Di
23
23
To get started, you'll need:
24
24
25
25
- 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
28
29
29
30
- If you don't have one, you can get an [Azure free account](https://azure.microsoft.com/free/)
31
+
30
32
- An [Azure AD B2C tenant](./tutorial-create-tenant.md) linked to your Azure subscription
31
33
32
34
>[!NOTE]
@@ -56,17 +58,17 @@ The diagram shows the implementation.
56
58
57
59
### Request a Nevis account
58
60
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/).
60
62
2. Use the form request an account.
61
63
3. Two emails arrive:
62
64
63
-
* Management account notification
64
-
* Mobile app invitation
65
+
- Management account notification
66
+
- Mobile app invitation
65
67
66
68
### Add your Azure AD B2C tenant to your Nevis account
67
69
68
70
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/).
70
72
3. Use the management key to sign in to the management console.
71
73
4. Select **Add Instance**.
72
74
5. Select the created instance.
@@ -99,14 +101,14 @@ The diagram shows the implementation.
99
101
10. For **Key Usage**, select **Encryption**.
100
102
11. Select **Create**.
101
103
102
-
### Configure and upload the nevis.html to Azure blob storage
104
+
### Configure and upload the nevis.html file to Azure blob storage
103
105
104
106
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.
106
108
3. Replace the **authentication_cloud_url** with the Nevis Admin console URL `https://<instance_id>.mauth.nevis.cloud`.
107
109
4. Select **Save**.
108
110
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.
0 commit comments