You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the friendly name of the claims provider trust.
Identifier
Key - String
Specifies the unique identifier for the claims provider trust. No other trust can use an identifier from this list. Uniform Resource Identifiers (URIs) are often used as unique identifiers for a claims provider trust, but any string of characters can be used.
TokenSigningCertificate
String[]
Specifies an array of token-signing certificates that the claims provider use. This should be in Base64 CER encoded format.
AutoUpdateEnabled
Write - Boolean
Indicates whether changes to the federation metadata by the MetadataURL parameter apply automatically to the configuration of the trust relationship. If this parameter has a value of $True, partner claims, certificates, and endpoints are updated automatically.
AllowCreate
Write - Boolean
Indicates whether the Security Assertion Markup Language (SAML) parameter AllowCreate is sent in SAML requests to the claims provider. The default value is $True.
AnchorClaimType
Write - String
CustomMFAUri
Write - String
EncryptionCertificateRevocationCheck
String
Check Specifies the type of validation that occurs for the encryption certificate before it is used for encrypting claims.
Specifies a fallback authentication type for a prompt login request.
RequiredNameIdFormat
Write - String
Specifies the format that is required for NameID claims to be included in SAML requests to the claims provider. By default, no format is required.
EncryptionCertificate
Write- String
Specifies the certificate to be used for encrypting a NameID to this claims provider in SAML logout requests. Encrypting the NameID is optional. This should be in Base64 CER encoded format.
OrganizationalAccountSuffix
Write - String[]
Specifies an array of organizational account suffixes an administrator can configure for the claims provider trust for a Home Realm Discovery (HRD) scenario.
WSFedEndpoint
Write -String
Specifies the WS-Federation Passive URL for this claims provider.
ClaimOffered
Write - String[]
Specifies an array of claims that are offered by this claims provider.
SamlEndpoint
Write - MSFT_AdfsSaml Endpoint
Specifies an array of SAML protocol endpoints for this claims provider.
SignedSamlRequestsRequired
Write - Boolean
Indicates whether the Federation Service requires signed SAML protocol requests from the relying party. If you specify a value of $True, the Federation Service rejects unsigned SAML protocol requests.
AcceptanceTransformRules
Write - String
Specifies the claim acceptance transform rules for accepting claims from this claims provider. These rules determine the information that is accepted from the partner represented by the claims provider trust.
MonitoringEnabled
Write - String
Indicates whether periodic monitoring of this claims provider's federation metadata is enabled. The URL of the claims provider's federation metadata is specified by the MetadataUrl parameter.
MetadataUrl
Write - String
Specifies the URL at which the federation metadata for the claims provider trust is available.
Special considerations or limitations
The text was updated successfully, but these errors were encountered:
Hi, do you have some infrastructure as code for the dev environment, similar to what you use for CI? I can create a separate ticket for that and contribute to it also.
Description
A counterpart of the Add-AdfsClaimsProviderTrust/Get-AdfsClaimsProviderTrust/Remove-AdfsClaimsProviderTrust would be great to have in the module.
Adfs Cmdlets Used
Proposed properties
$True
, partner claims, certificates, and endpoints are updated automatically.Special considerations or limitations
The text was updated successfully, but these errors were encountered: