Skip to content

Commit 5144ffa

Browse files
authored
Update Set-CsOAuthConfiguration.md
1 parent 7424397 commit 5144ffa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

skype/skype-ps/skype/Set-CsOAuthConfiguration.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ Accept wildcard characters: False
231231
```
232232

233233
### -AdditionalAudienceUrls
234-
{{Fill AdditionalAudienceUrls Description}}
234+
An OAuth token includes an audience ("aud") claim that identifies the intended recipient of the token, in this case your Skype for Business Server. The audience is typically expressed as a URL, such as https://skypeforbusiness.contoso.com, and is validated by the Skype for Business authentication module. In some cases, depending on your authentication providers and/or other applications used in your organization, it may be necessary to allow multiple audience values to be used and recognized as valid by your Skype for Business server.
235+
236+
The AlternateAudienceUrl and AdditionalAudienceUrls parameters allow you to specify one or more additional audience values that will be recognized as valid by your Skype for Business server.
235237

236238
```yaml
237239
Type: String
@@ -247,7 +249,9 @@ Accept wildcard characters: False
247249
```
248250

249251
### -AlternateAudienceUrl
250-
{{Fill AlternateAudienceUrl Description}}
252+
An OAuth token includes an audience ("aud") claim that identifies the intended recipient of the token, in this case your Skype for Business Server. The audience is typically expressed as a URL, such as https://skypeforbusiness.contoso.com, and is validated by the Skype for Business authentication module. In some cases, depending on your authentication providers and/or other applications used in your organization, it may be necessary to allow multiple audience values to be used and recognized as valid by your Skype for Business server.
253+
254+
The AlternateAudienceUrl and AdditionalAudienceUrls parameters allow you to specify one or more additional audience values that will be recognized as valid by your Skype for Business server.
251255

252256
```yaml
253257
Type: String

0 commit comments

Comments
 (0)