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/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Note only one Azure admin user can be added during server provisioning and you c
68
68
69
69
To set the Azure AD administrator after server creation, follow the below steps
70
70
71
-
1. In the Azure portal, select the instance of Azure Database for PostgreSQL that you want to enable for Azure AD.
71
+
1. In the Azure portal, select the instance of Azure Database for PostgreSQL Flexible Server that you want to enable for Azure AD.
72
72
1. Under Security, select Authentication and choose either`PostgreSQL and Azure Active Directory authentication` or `Azure Active Directory authentication only` as authentication method based upon your requirements.
73
73
74
74
![set azure ad administrator][2]
@@ -77,9 +77,9 @@ To set the Azure AD administrator after server creation, follow the below steps
77
77
1. Select Save,
78
78
79
79
> [!IMPORTANT]
80
-
> When setting the administrator, a new user is added to the Azure Database for PostgreSQL server with full administrator permissions.
80
+
> When setting the administrator, a new user is added to the Azure Database for PostgreSQL Flexible Server with full administrator permissions.
81
81
82
-
## Connect to Azure Database for PostgreSQL using Azure AD
82
+
## Connect to Azure Database for PostgreSQL Flexible Server using Azure AD
83
83
84
84
The following high-level diagram summarizes the workflow of using Azure AD authentication with Azure Database for PostgreSQL:
85
85
@@ -100,7 +100,7 @@ These are the steps that a user/application will need to do authenticate with Az
100
100
101
101
You can follow along in Azure Cloud Shell, an Azure VM, or on your local machine. Make sure you have the [Azure CLI installed](/cli/azure/install-azure-cli).
102
102
103
-
## Authenticate with Azure AD as a Flexible user
103
+
## Authenticate with Azure AD as a Flexible Server user
104
104
105
105
### Step 1: Log in to the user's Azure subscription
106
106
@@ -119,7 +119,7 @@ Invoke the Azure CLI tool to acquire an access token for the Azure AD authentica
119
119
Example (for Public Cloud):
120
120
121
121
```azurecli-interactive
122
-
az account get-access-token --resource https://ossrdbms-Azure AD.database.windows.net
122
+
az account get-access-token --resource https://ossrdbms-aad.database.windows.net
123
123
```
124
124
125
125
The above resource value must be specified exactly as shown. For other clouds, the resource value can be looked up using:
@@ -194,7 +194,7 @@ You're now authenticated to your Azure Database for PostgreSQL server using Azur
194
194
195
195
## Authenticate with Azure AD as a group member
196
196
197
-
### Step 1: Create Azure AD groups in Azure Database for PostgreSQL
197
+
### Step 1: Create Azure AD groups in Azure Database for PostgreSQL Flexible Server
198
198
199
199
To enable an Azure AD group for access to your database, use the same mechanism as for users, but instead specify the group name:
200
200
@@ -224,7 +224,7 @@ Invoke the Azure CLI tool to acquire an access token for the Azure AD authentica
224
224
Example (for Public Cloud):
225
225
226
226
```azurecli-interactive
227
-
az account get-access-token --resource https://ossrdbms-Azure AD.database.windows.net
227
+
az account get-access-token --resource https://ossrdbms-aad.database.windows.net
228
228
```
229
229
230
230
The above resource value must be specified exactly as shown. For other clouds, the resource value can be looked up using:
0 commit comments