Skip to content

Commit c763f75

Browse files
authored
Merge branch 'live' into patch-1
2 parents 2b1c51e + f76a2fc commit c763f75

11 files changed

+132
-29
lines changed

docset/windows/adfs/Add-AdfsAttributeStore.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
177177
178178
## INPUTS
179179
180+
### None
181+
180182
## OUTPUTS
181183
182-
### None
184+
### None or Microsoft.IdentityServer.Management.Resources.AttributeStore
185+
186+
Returns the new AttributeStore object when the *PassThru* parameter is specified. By default, this cmdlet does not generate any output.
183187
184188
## NOTES
185189
* An Active Directory Federation Services (AD FS) 2.0 attribute store is a pluggable module that the policy process for AD FS 2.0 can query to retrieve claim values. You can use either an Active Directory database or a Microsoft SQL Server database as your attribute store, or you can implement your own custom attribute store.

docset/windows/adfs/Add-AdfsRelyingPartyTrust.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,10 +876,38 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
876876
877877
## INPUTS
878878
879+
### System.String
880+
881+
String objects are received by the *AccessControlPolicyName*, *AdditionalAuthenticationRules*, *DelegationAuthorizationRules*, *ImpersonationAuthorizationRules*, *IssuanceAuthorizationRules*, and *IssuanceTransformRules* parameters.
882+
883+
### System.Object
884+
885+
Objects are received by the *AccessControlPolicyParameters* parameter.
886+
887+
### System.Management.Automation.SwitchParameter
888+
889+
SwitchParameter objects are received by the *AlwaysRequireAuthentication* and *RequestMFAFromClaimsProviders* parameters.
890+
891+
### Microsoft.IdentityServer.PowerShell.Resources.ClaimDescription
892+
893+
ClaimDescription Objects are received by the *ClaimAccepted* parameter.
894+
895+
### System.Security.Cryptography.X509Certificates.X509Certificate2
896+
897+
X509Certificate2 objects are received by the *RequestSigningCertificate* parameter.
898+
899+
### Microsoft.IdentityServer.PowerShell.Resources.SamlEndpoint
900+
901+
SamlEndpoint objects are received by the *SamlEndpoint* parameter.
902+
879903
## OUTPUTS
880904
905+
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
906+
907+
Returns the new RelyingPartyTrust object when the *PassThru* parameter is specified. By default, this cmdlet does not generate any output.
908+
881909
## NOTES
882-
* A relying party in Active Directory Federation Services (AD FS) is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately accessed by the Web-based resources that are located in the relying party organization. When AD FSis configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party accesses the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server in the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
910+
* A relying party in Active Directory Federation Services (AD FS) is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately accessed by the Web-based resources that are located in the relying party organization. When AD FS is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party accesses the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server in the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
883911
884912
## RELATED LINKS
885913

docset/windows/adfs/Disable-AdfsRelyingPartyTrust.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,19 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
148148
149149
## INPUTS
150150
151+
### System.String
152+
153+
String objects are received by the *TargetIdentifier* and *TargetName* parameters.
154+
155+
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
156+
157+
RelyingPartytrust objects are received by the *TargetRelyingParty* parameter.
158+
151159
## OUTPUTS
152160
153-
### System.Object
161+
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
162+
163+
Returns the disabled RelyingPartyTrust object when the *PassThru* parameter is specified. By default, this cmdlet does not generate any output.
154164
155165
## NOTES
156166

docset/windows/adfs/Enable-AdfsRelyingPartyTrust.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,22 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
155155
156156
## INPUTS
157157
158+
### System.String
159+
160+
String objects are received by the *TargetIdentifier* and *TargetName* parameters.
161+
158162
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
159-
A class structure that represents relying party trusts for the Federation Service.
163+
164+
RelyingPartytrust objects are received by the *TargetRelyingParty* parameter.
160165
161166
## OUTPUTS
162167
163-
### None
168+
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
169+
170+
Returns the enabled RelyingPartyTrust object when the *PassThru* parameter is specified. By default, this cmdlet does not generate any output.
164171
165172
## NOTES
166-
* A relying party in Active Directory Federation Services (AD FS) 2.0 is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately accessed by the Web-based resources that are located in the relying party organization. When AD FS is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party accesses the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server in the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
173+
* A relying party in Active Directory Federation Services (AD FS) is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately accessed by the Web-based resources that are located in the relying party organization. When AD FS is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party accesses the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server in the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
167174
168175
## RELATED LINKS
169176

docset/windows/adfs/Get-AdfsAttributeStore.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5858
5959
## INPUTS
6060
61+
### System.String
62+
63+
A string object is received by the *Name* parameter.
64+
6165
## OUTPUTS
6266
63-
### System.Object
67+
### Microsoft.IdentityServer.Management.Resources.AttributeStore
68+
69+
Returns one or more AttributeStore objects that represent the attribute stores of the Federation Service.
6470
6571
## NOTES
6672

docset/windows/adfs/Get-AdfsRelyingPartyTrust.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
123123
124124
## INPUTS
125125
126-
### None
126+
### System.String
127+
128+
String objects are received by the *Identifier*, *Name*, and *PrefixIdentifier* parameters.
127129
128130
## OUTPUTS
129131
130132
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
131-
A class structure that represents a relying party trust.
133+
134+
Returns one or more RelyingPartyTrust objects that represent the relying party trust resources for the Federation Service.
132135
133136
## NOTES
134-
* If no *Identifier* parameter is provided, the cmdlet returns all **RelyingPartyTrust** objects. A relying party in Active Directory Federation Services (AD FS) 2.0 is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately consumed by the Web-based resources that are located in the relying party organization. When AD FS 2.0 is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party consumes the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server at the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
137+
* If no *Identifier* parameter is provided, the cmdlet returns all **RelyingPartyTrust** objects. A relying party in Active Directory Federation Services (AD FS) is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately consumed by the Web-based resources that are located in the relying party organization. When AD FS is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party consumes the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server at the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
135138
136139
## RELATED LINKS
137140

docset/windows/adfs/Remove-AdfsAttributeStore.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
136136
## INPUTS
137137
138138
### Microsoft.IdentityServer.PowerShell.Resources.AttributeStore
139-
You can pipe a class structure that represents an AD FS 2.0 attribute store object.
139+
140+
An AttributeStore object is received by the *TargetName* parameter.
140141
141142
## OUTPUTS
142143
144+
### None or Microsoft.IdentityServer.Management.Resources.AttributeStore
145+
146+
Returns the removed AttributeStore object when the *PassThru* parameter is specified. By default, this cmdlet does not generate any output.
147+
143148
## NOTES
144149
* An Active Directory Federation Services (AD FS) 2.0 attribute store is a pluggable module that the policy process for AD FS 2.0 can query to retrieve claim values. You can use either an Active Directory database or a Microsoft SQL Server database as your attribute store, or you can implement your own custom attribute store.
145150

docset/windows/adfs/Remove-AdfsRelyingPartyTrust.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,22 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
155155
156156
## INPUTS
157157
158+
### System.String
159+
160+
String objects are received by the *TargetIdentifier* and *TargetName* parameters.
161+
158162
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
159-
You can pipe a class structure that represents a relying party trust.
163+
164+
RelyingPartytrust objects are received by the *TargetRelyingParty* parameter.
160165
161166
## OUTPUTS
162167
163-
### None
168+
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
169+
170+
Returns the removed RelyingPartyTrust object when the *PassThru* parameter is specified. By default, this cmdlet does not generate any output.
164171
165172
## NOTES
166-
* A relying party in Active Directory Federation Services (AD FS) 2.0 is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can be presented and ultimately consumed by the Web-based resources that are located in the relying party organization. When AD FS 2.0 is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party consumes the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server in the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
173+
* A relying party in Active Directory Federation Services (AD FS) is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can be presented and ultimately consumed by the Web-based resources that are located in the relying party organization. When AD FS is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party consumes the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server in the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
167174
168175
## RELATED LINKS
169176

docset/windows/adfs/Set-AdfsRelyingPartyTrust.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,15 +920,42 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
920920
921921
## INPUTS
922922
923+
### System.String
924+
925+
String objects are received by the *AccessControlPolicyName*, *AdditionalAuthenticationRules*, *DelegationAuthorizationRules*, *ImpersonationAuthorizationRules*, *IssuanceAuthorizationRules*, *IssuanceTransformRules*, *TargetIdentifier*, and *TargetName* parameters.
926+
927+
### System.Object
928+
929+
Objects are received by the *AccessControlPolicyParameters* parameter.
930+
931+
### System.Management.Automation.SwitchParameter
932+
933+
SwitchParameter objects are received by the *AlwaysRequireAuthentication* and *RequestMFAFromClaimsProviders* parameters.
934+
935+
### Microsoft.IdentityServer.PowerShell.Resources.ClaimDescription
936+
937+
ClaimDescription Objects are received by the *ClaimAccepted* parameter.
938+
939+
### System.Security.Cryptography.X509Certificates.X509Certificate2
940+
941+
X509Certificate2 objects are received by the *RequestSigningCertificate* parameter.
942+
943+
### Microsoft.IdentityServer.PowerShell.Resources.SamlEndpoint
944+
945+
SamlEndpoint objects are received by the *SamlEndpoint* parameter.
946+
923947
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
924-
A class structure that represents a relying party trust.
948+
949+
RelyingPartyTrust objects are received by the *TargetRelyingParty* parameter.
925950
926951
## OUTPUTS
927952
928-
### None
953+
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
954+
955+
Returns the updated RelyingPartyTrust object when the *PassThru* parameter is specified. By default, this cmdlet does not generate any output.
929956
930957
## NOTES
931-
* A relying party in Active Directory Federation Services (AD FS) 2.0 is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately accessed by the Web-based resources that are located in the relying party organization. When AD FS is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party accesses the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server in the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
958+
* A relying party in Active Directory Federation Services (AD FS) is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately accessed by the Web-based resources that are located in the relying party organization. When AD FS is configured in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party accesses the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server in the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.
932959
933960
## RELATED LINKS
934961

docset/windows/adfs/Update-AdfsRelyingPartyTrust.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,19 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
174174
175175
## INPUTS
176176
177+
### System.String
178+
179+
String objects are received by the *TargetIdentifier* and *TargetName* parameters.
180+
177181
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
178-
A class structure that represents a relying party trust.
182+
183+
RelyingPartytrust objects are received by the *TargetRelyingParty* parameter.
179184
180185
## OUTPUTS
181186
182-
### None
187+
### Microsoft.IdentityServer.PowerShell.Resources.RelyingPartyTrust
188+
189+
Returns the updated RelyingPartyTrust object when the *PassThru* parameter is specified. By default, this cmdlet does not generate any output.
183190
184191
## NOTES
185192
* A relying party in Active Directory Federation Services (AD FS) is an organization in which Web servers that host one or more Web-based applications reside. Tokens and Information Cards that originate from a claims provider can then be presented and ultimately consumed by the Web-based resources that are located in the relying party organization. When you configure AD FS in the role of the relying party, it acts as a partner that trusts a claims provider to authenticate users. Therefore, the relying party consumes the claims that are packaged in security tokens that come from users in the claims provider. In other words, a relying party is the organization whose Web servers are protected by the resource-side federation server. The federation server at the relying party uses the security tokens that the claims provider produces to issue tokens to the Web servers that are located in the relying party.

0 commit comments

Comments
 (0)