Skip to content

Commit 685c68a

Browse files
committed
New ApplicationIdentifier param on New/Set-AuthServer
1 parent 705eecd commit 685c68a

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

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

Lines changed: 18 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,23 @@ 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+
139+
Required: False
140+
Position: Named
141+
Default value: None
142+
Accept pipeline input: False
143+
Accept wildcard characters: False
144+
```
145+
128146
### -Confirm
129147
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.
130148

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ 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+
6577
## DESCRIPTION
6678
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.
6779
@@ -100,6 +112,23 @@ Accept pipeline input: True
100112
Accept wildcard characters: False
101113
```
102114
115+
### -ApplicationIdentifier
116+
This parameter is available in the April 18, 2025 Hotfix update (HU) for Exchange 2019 CU15 and Exchange 2016 CU23.
117+
118+
{{ Fill ApplicationIdentifier Description }}
119+
120+
```yaml
121+
Type: String
122+
Parameter Sets: AppSecret
123+
Aliases:
124+
125+
Required: False
126+
Position: Named
127+
Default value: None
128+
Accept pipeline input: False
129+
Accept wildcard characters: False
130+
```
131+
103132
### -AuthMetadataUrl
104133
The AuthMetadataUrl parameter specifies the URL of the authorization server. This can be the AuthMetadataUrl of your Exchange Online organization.
105134

0 commit comments

Comments
 (0)