Skip to content

Commit 94cffb6

Browse files
authored
Merge pull request MicrosoftDocs#12743 from MicrosoftDocs/chrisda
New ApplicationIdentifier param on New/Set-AuthServer
2 parents 705eecd + 4de3020 commit 94cffb6

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

exchange/exchange-ps/exchange/New-AuthServer.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ New-AuthServer [-Name] <String> -AuthMetadataUrl <String> -Type <AuthServerType>
4747
### AppSecret
4848
```
4949
New-AuthServer [-Name] <String> -Type <AuthServerType>
50+
[-ApplicationIdentifier <String>]
5051
[-Confirm]
5152
[-DomainController <Fqdn>]
5253
[-DomainName <MultiValuedProperty>]
@@ -125,6 +126,24 @@ Accept pipeline input: False
125126
Accept wildcard characters: False
126127
```
127128
129+
### -ApplicationIdentifier
130+
This parameter is available in the April 18, 2025 Hotfix update (HU) for Exchange 2019 CU15 and Exchange 2016 CU23.
131+
132+
{{ Fill ApplicationIdentifier Description }}
133+
134+
```yaml
135+
Type: String
136+
Parameter Sets: AppSecret
137+
Aliases:
138+
Applicable: Exchange Server 2016, Exchange Server 2019
139+
140+
Required: False
141+
Position: Named
142+
Default value: None
143+
Accept pipeline input: False
144+
Accept wildcard characters: False
145+
```
146+
128147
### -Confirm
129148
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
130149

exchange/exchange-ps/exchange/Set-AuthServer.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ Set-AuthServer [-Identity] <AuthServerIdParameter>
6262
[<CommonParameters>]
6363
```
6464

65+
### AppSecret
66+
```
67+
Set-AuthServer [-Identity] <AuthServerIdParameter>
68+
[-ApplicationIdentifier <String>]
69+
[-Confirm]
70+
[-DomainController <Fqdn>]
71+
[-DomainName <MultiValuedProperty]>]
72+
[-Enabled <Boolean>]
73+
[-Name <String>]
74+
[-WhatIf]
75+
[<CommonParameters>]
76+
```
77+
6578
## DESCRIPTION
6679
Partner applications authorized by Exchange can access their resources after they're authenticated using server-to-server authentication. A partner application can authenticate by using self-issued tokens trusted by Exchange or by using an authorization server trusted by Exchange. You can use the New-AuthServer cmdlet to create a trusted authorization server object in Exchange, which allows it to trust tokens issued by the authorization server.
6780

@@ -100,6 +113,24 @@ Accept pipeline input: True
100113
Accept wildcard characters: False
101114
```
102115
116+
### -ApplicationIdentifier
117+
This parameter is available in the April 18, 2025 Hotfix update (HU) for Exchange 2019 CU15 and Exchange 2016 CU23.
118+
119+
{{ Fill ApplicationIdentifier Description }}
120+
121+
```yaml
122+
Type: String
123+
Parameter Sets: AppSecret
124+
Aliases:
125+
Applicable: Exchange Server 2016, Exchange Server 2019
126+
127+
Required: False
128+
Position: Named
129+
Default value: None
130+
Accept pipeline input: False
131+
Accept wildcard characters: False
132+
```
133+
103134
### -AuthMetadataUrl
104135
The AuthMetadataUrl parameter specifies the URL of the authorization server. This can be the AuthMetadataUrl of your Exchange Online organization.
105136

0 commit comments

Comments
 (0)