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: 4-AccessControl/1-app-roles/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,11 @@ There is one project in this sample. To register it, you can:
123
123
1. Select **Register** to create the application.
124
124
1. In the app's registration screen, find and note the **Application (client) ID**. You use this value in your app's configuration file(s) later in your code.
125
125
1. Select **Save** to save your changes.
126
+
1. In the **Client secrets** section, select **New client secret**:
127
+
- Type a key description (for instance `app secret`),
128
+
- Select one of the available key durations (**6 months**, **12 months** or **Custom**) as per your security posture.
129
+
- The generated key value will be displayed when you select the **Add** button. Copy and save the generated value for use in later steps.
130
+
- You'll need this key later in your code's configuration files. This key value will not be displayed again, and is not retrievable by any other means, so make sure to note it from the Azure portal before navigating to any other screen or blade.
0 commit comments