Skip to content

Commit 228b63e

Browse files
Merge pull request #218078 from cherylmc/patch-1
format fix
2 parents e5a97fd + 9967917 commit 228b63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vpn-gateway/openvpn-azure-ad-tenant-multi-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ In this step, you configure P2S Azure AD authentication for the virtual network
110110

111111
For **Azure Active Directory** values, use the following guidelines for **Tenant**, **Audience**, and **Issuer** values.
112112

113-
* **Tenant**: https://login.microsoftonline.com/{TenantID}
113+
* **Tenant**: `https://login.microsoftonline.com/{TenantID}`
114114
* **Audience ID**: Use the value that you created in the previous section that corresponds to **Application (client) ID**. Don't use the application ID for "Azure VPN" Azure AD Enterprise App - use application ID that you created and registered. If you use the application ID for the ""Azure VPN" Azure AD Enterprise App instead, this will grant all users access to the VPN gateway (which would be the default way to set up access), instead of granting only the users that you assigned to the application that you created and registered.
115-
* **Issuer**: https://sts.window.net/{TenantID} For the Issuer value, make sure to include a trailing **/** at the end.
115+
* **Issuer**: `https://sts.window.net/{TenantID}` For the Issuer value, make sure to include a trailing **/** at the end.
116116

117117
1. Once you finish configuring settings, click **Save** at the top of the page.
118118

0 commit comments

Comments
 (0)