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: samples/features/security/azure-active-directory-auth/readme.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,12 @@ TODO: Other Prerequisites
39
39
- Assuming this application is a daemon/service and not a web application, it doesn't have a sign-in URL or app ID URI. For these two fields, enter http://mytokentest
40
40
- While still in the Azure portal, click the Configure tab of your application.
41
41
- Find the Client ID value and copy it aside, you will need this later when configuring your application ( i.e. a4bbfe26-dbaa-4fec-8ef5-223d229f647d /see the snapshot below/)
42
-
43
42

44
43
45
-
2. Logon to your Azure SQL Server’s user database as an Azure AD admin and using a T-SQL command
46
-
provision a contained database user for your application principal:
47
-
```sql
48
-
CREATE USER [mytokentest] FROM EXTERNAL PROVIDER
49
-
```
44
+
2. Logon to your Azure SQL Server’s user database as an Azure AD admin and using a T-SQL command provision a contained database user for your application principal:
45
+
```sql
46
+
CREATE USER [mytokentest] FROM EXTERNAL PROVIDER
47
+
```
50
48
- [See this link](https://azure.microsoft.com/en-us/documentation/articles/sql-database-aad-authentication/) for more details on how to create an Azure Ad admin and a contained database user.
51
49
52
50
3. On the machine you are going to run the project on, generate and install a self-signed certificate.
0 commit comments