diff --git a/docset/windows/adfs/add-adfsnativeclientapplication.md b/docset/windows/adfs/add-adfsnativeclientapplication.md index eeaab49485..4e7a00ccb2 100644 --- a/docset/windows/adfs/add-adfsnativeclientapplication.md +++ b/docset/windows/adfs/add-adfsnativeclientapplication.md @@ -202,6 +202,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS +**Microsoft.IdentityServer.Management.Resources.NativeClientApplication** + + ApplicationGroupIdentifier string + Description string + Enabled bool + Identifier string + Name string + RedirectUri string[] + ## NOTES ## RELATED LINKS diff --git a/docset/windows/adfs/add-adfswebapiapplication.md b/docset/windows/adfs/add-adfswebapiapplication.md index 1a2c508162..1b72971e36 100644 --- a/docset/windows/adfs/add-adfswebapiapplication.md +++ b/docset/windows/adfs/add-adfswebapiapplication.md @@ -524,6 +524,58 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ## OUTPUTS +**Microsoft.IdentityServer.Management.Resources.WebApiApplication** + + AccessControlPolicyName string + AccessControlPolicyParameters System.Object + AdditionalAuthenticationRules string + AllowedAuthenticationClassReferences string[] + AllowedClientTypes Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes + AlwaysRequireAuthentication bool + ApplicationGroupId string + ApplicationGroupIdentifier string + ClaimsProviderName string[] + DelegationAuthorizationRules string + Description string + Enabled bool + Identifier System.Collections.ObjectModel.ReadOnlyCollection[string] + ImpersonationAuthorizationRules string + IssuanceAuthorizationRules string + IssuanceTransformRules string + IssueOAuthRefreshTokensTo Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes + Name string + NotBeforeSkew int + PublishedThroughProxy bool + RefreshTokenProtectionEnabled bool + RequestMFAFromClaimsProviders bool + ResultantPolicy Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata + TokenLifetime int + +**Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes** + + AllowedClientTypes + { + None = 0, + Public = 2, + Confidential=4, + } + + +**Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes** + + RefreshTokenIssuanceDeviceTypes + { + NoDevice = 0, + WorkplaceJoinedDevices = 1, + AllDevices = 2 + } + + +**Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata** + + IsParameterized bool + Summary string + Serialized string ## NOTES diff --git a/docset/windows/adfs/get-adfsapplicationgroup.md b/docset/windows/adfs/get-adfsapplicationgroup.md index 021c1a3a6b..1ad0c3661a 100644 --- a/docset/windows/adfs/get-adfsapplicationgroup.md +++ b/docset/windows/adfs/get-adfsapplicationgroup.md @@ -102,31 +102,42 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup ## OUTPUTS - Get-AdfsApplicationGroup - Microsoft.IdentityServer.Management.Resources.ApplicationGroup - {get;set;} ApplicationGroupIdentifier string - {get;} Applications Microsoft.IdentityServer.Management.Resources.IApplication[] - {get;set;} Description string - {get;set;} Enabled bool - {get;set;} Name string - --------------------------- - - +**Microsoft.IdentityServer.Management.Resources.ApplicationGroup** + + ApplicationGroupIdentifier string + Applications Microsoft.IdentityServer.Management.Resources.IApplication[] + Description string + Enabled bool + Name string + + +**Microsoft.IdentityServer.Management.Resources.IApplication** + + ADUserPrincipalName string + ApplicationGroupIdentifier string + ClientSecret string + Description string + Enabled bool + Identifier string + JWKSUri uri + JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting + JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object] + Name string + RedirectUri string[] + + +**Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting** - (Get-AdfsApplicationGroup | select Applications).Applications[0] - Microsoft.IdentityServer.Management.Resources.IApplication - {get;set;} ADUserPrincipalName string - {get;} ApplicationGroupIdentifier string - {get;} ClientSecret string - {get;set;} Description string - {get;} Enabled bool - {get;set;} Identifier string - {get;set;} JWKSUri uri - {get;set;} JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting - {get;} JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object] - {get;set;} Name string - {get;set;} RedirectUri string[] - --------------------------- + RevocationSetting + { + None = 0, + CheckEndCert = 1, + CheckEndCertCacheOnly = 2, + CheckChain = 3, + CheckChainCacheOnly = 4, + CheckChainExcludeRoot = 5, + CheckChainExcludeRootCacheOnly = 6, + } ## NOTES diff --git a/docset/windows/adfs/get-adfsapplicationpermission.md b/docset/windows/adfs/get-adfsapplicationpermission.md index 789e4912b9..bcc7bb8c29 100644 --- a/docset/windows/adfs/get-adfsapplicationpermission.md +++ b/docset/windows/adfs/get-adfsapplicationpermission.md @@ -101,28 +101,26 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS - (Get-AdfsApplicationPermission)[0] - Microsoft.IdentityServer.Management.Resources.OAuthPermission - {get;} ClientRoleIdentifier string - {get;} ConsentType Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType - {get;} Description string - {get;} GrantedAt datetime - {get;} GrantedBy string - {get;} ObjectIdentifier string - {get;} ScopeNames string[] - {get;} ServerRoleIdentifier string - --------------------------- - - +**Microsoft.IdentityServer.Management.Resources.OAuthPermission** + + ClientRoleIdentifier string + ConsentType Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType + Description string + GrantedAt datetime + GrantedBy string + ObjectIdentifier string + ScopeNames string[] + ServerRoleIdentifier string + + +**Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType** - Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType - public enum OAuthConsentType - { - Unknown = 0, - Administrator = 1, - User = 2, - } - --------------------------- + OAuthConsentType + { + Unknown = 0, + Administrator = 1, + User = 2, + } ## NOTES diff --git a/docset/windows/adfs/get-adfsendpoint.md b/docset/windows/adfs/get-adfsendpoint.md index dfb881fcb5..22f44f3c75 100644 --- a/docset/windows/adfs/get-adfsendpoint.md +++ b/docset/windows/adfs/get-adfsendpoint.md @@ -93,17 +93,16 @@ System.Uri[] ## OUTPUTS - (Get-AdfsEndpoint)[0] - Microsoft.IdentityServer.Management.Resources.Endpoint - {get;} AddressPath string - {get;} ClientCredentialType string - {get;} Enabled bool - {get;} FullUrl uri - {get;} Protocol string - {get;} Proxy bool - {get;} SecurityMode string - {get;} Version string - --------------------------- +**Microsoft.IdentityServer.Management.Resources.Endpoint** + + AddressPath string + ClientCredentialType string + Enabled bool + FullUrl uri + Protocol string + Proxy bool + SecurityMode string + Version string ### Microsoft.IdentityServer.PowerShell.Resources.Endpoint This cmdlet returns class structure that represents the endpoints for the Federation Service. diff --git a/docset/windows/adfs/get-adfsnativeclientapplication.md b/docset/windows/adfs/get-adfsnativeclientapplication.md index ef40315e2c..be581e65c6 100644 --- a/docset/windows/adfs/get-adfsnativeclientapplication.md +++ b/docset/windows/adfs/get-adfsnativeclientapplication.md @@ -143,15 +143,14 @@ System.Uri[] ## OUTPUTS - Get-AdfsNativeClientApplication - Microsoft.IdentityServer.Management.Resources.NativeClientApplication - {get;} ApplicationGroupIdentifier string - {get;set;} Description string - {get;} Enabled bool - {get;set;} Identifier string - {get;set;} Name string - {get;set;} RedirectUri string[] - --------------------------- +**Microsoft.IdentityServer.Management.Resources.NativeClientApplication** + + ApplicationGroupIdentifier string + Description string + Enabled bool + Identifier string + Name string + RedirectUri string[] ## NOTES diff --git a/docset/windows/adfs/get-adfsproperties.md b/docset/windows/adfs/get-adfsproperties.md index b25b5db055..ea2d0b8cc0 100644 --- a/docset/windows/adfs/get-adfsproperties.md +++ b/docset/windows/adfs/get-adfsproperties.md @@ -111,131 +111,122 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS - Get-AdfsProperties - Microsoft.IdentityServer.Management.Resources.ServiceProperties - {get;} AcceptableIdentifiers uri[] - {get;} AddProxyAuthorizationRules string - {get;} AllowLocalAdminsServiceAdministration bool - {get;} AllowSystemServiceAdministration bool - {get;} ArtifactDbConnection string - {get;} AuditLevel string[] - {get;} AuthenticationContextOrder uri[] - {get;} AutoCertificateRollover bool - {get;} BrowserSsoEnabled bool - {get;} BrowserSsoSupportedUserAgents string[] - {get;} CertificateCriticalThreshold int - {get;} CertificateDuration int - {get;} CertificateGenerationThreshold int - {get;} CertificatePromotionThreshold int - {get;} CertificateRolloverInterval int - {get;} CertificateSharingContainer string - {get;} CertificateThresholdMultiplier int - {get;} ClientCertRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting - {get;} ContactPerson Microsoft.IdentityServer.Management.Resources.ContactPerson - {get;} CurrentFarmBehavior int - {get;} DelegateServiceAdministration string - {get;} DeviceUsageWindowInDays int - {get;} DisplayName string - {get;} EnableIdpInitiatedSignonPage bool - {get;} EnableOauthLogout bool - {get;} ExtendedProtectionTokenCheck Microsoft.IdentityServer.PolicyModel.Configuration.ProtectionPolicySetting - {get;} ExtranetLockoutEnabled bool - {get;} ExtranetLockoutRequirePDC bool - {get;} ExtranetLockoutThreshold int - {get;} ExtranetObservationWindow timespan - {get;} FederationPassiveAddress string - {get;} GlobalRelyingPartyClaimsIssuancePolicy string - {get;} HostName string - {get;} HttpPort int - {get;} HttpsPort int - {get;} Identifier uri - {get;} IdTokenIssuer uri - {get;} IgnoreTokenBinding bool - {get;} InstalledLanguage string - {get;} IntranetUseLocalClaimsProvider bool - {get;} KmsiEnabled bool - {get;} KmsiLifetimeMins int - {get;} LocalAuthenticationTypesEnabled bool - {get;} LogLevel string[] - {get;} LoopDetectionEnabled bool - {get;} LoopDetectionMaximumTokensIssuedInInterval int - {get;} LoopDetectionTimeIntervalInSeconds int - {get;} MonitoringInterval int - {get;} NetTcpPort int - {get;} NtlmOnlySupportedClientAtProxy bool - {get;} OrganizationInfo Microsoft.IdentityServer.Management.Resources.Organization - {get;} PasswordValidationDelayInMinutes int - {get;} PersistentSsoCutoffTime datetime - {get;} PersistentSsoEnabled bool - {get;} PersistentSsoLifetimeMins int - {get;} PreventTokenReplays bool - {get;} ProxyTrustTokenLifetime int - {get;} RelayStateForIdpInitiatedSignOnEnabled bool - {get;} ReplayCacheExpirationInterval int - {get;} SamlMessageDeliveryWindow int - {get;} SendClientRequestIdAsQueryStringParameter bool - {get;} SignedSamlRequestsRequired bool - {get;} SignSamlAuthnRequests bool - {get;} SsoLifetime int - {get;} TlsClientPort int - {get;} WiaEvaluationMethod Microsoft.IdentityServer.WiaEvaluationMethodState - {get;} WIASupportedUserAgents string[] - --------------------------- - - - - Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting - public enum RevocationSetting - { - None = 0, - CheckEndCert = 1, - CheckEndCertCacheOnly = 2, - CheckChain = 3, - CheckChainCacheOnly = 4, - CheckChainExcludeRoot = 5, - CheckChainExcludeRootCacheOnly = 6, - } - - --------------------------- - - - - Microsoft.IdentityServer.Management.Resources.ContactPerson - {get;} ContactType string - {get;} EmailAddresses string[] - {get;} GivenName string - {get;} PhoneNumbers string[] - {get;} Surname string - --------------------------- - - - - (Get-AdfsProperties | select ExtendedProtectionTokenCheck) - public static class ProtectionPolicySetting - { - public const string Allow = "Allow"; - public const string Require = "Require"; - public const string None = "None"; - } - --------------------------- - - - - Microsoft.IdentityServer.Management.Resources.Organization - {get;} DisplayName string - {get;} Name string - {get;} OrganizationUrl string - --------------------------- - - - - (Get-AdfsProperties | select WIASupportedUserAgents) - public enum WiaEvaluationMethodState - { - WiaCapabilityDetection, - WiaUserAgentDetection - } - --------------------------- +**Microsoft.IdentityServer.Management.Resources.ServiceProperties** + + AcceptableIdentifiers uri[] + AddProxyAuthorizationRules string + AllowLocalAdminsServiceAdministration bool + AllowSystemServiceAdministration bool + ArtifactDbConnection string + AuditLevel string[] + AuthenticationContextOrder uri[] + AutoCertificateRollover bool + BrowserSsoEnabled bool + BrowserSsoSupportedUserAgents string[] + CertificateCriticalThreshold int + CertificateDuration int + CertificateGenerationThreshold int + CertificatePromotionThreshold int + CertificateRolloverInterval int + CertificateSharingContainer string + CertificateThresholdMultiplier int + ClientCertRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting + ContactPerson Microsoft.IdentityServer.Management.Resources.ContactPerson + CurrentFarmBehavior int + DelegateServiceAdministration string + DeviceUsageWindowInDays int + DisplayName string + EnableIdpInitiatedSignonPage bool + EnableOauthLogout bool + ExtendedProtectionTokenCheck Microsoft.IdentityServer.PolicyModel.Configuration.ProtectionPolicySetting + ExtranetLockoutEnabled bool + ExtranetLockoutRequirePDC bool + ExtranetLockoutThreshold int + ExtranetObservationWindow timespan + FederationPassiveAddress string + GlobalRelyingPartyClaimsIssuancePolicy string + HostName string + HttpPort int + HttpsPort int + Identifier uri + IdTokenIssuer uri + IgnoreTokenBinding bool + InstalledLanguage string + IntranetUseLocalClaimsProvider bool + KmsiEnabled bool + KmsiLifetimeMins int + LocalAuthenticationTypesEnabled bool + LogLevel string[] + LoopDetectionEnabled bool + LoopDetectionMaximumTokensIssuedInInterval int + LoopDetectionTimeIntervalInSeconds int + MonitoringInterval int + NetTcpPort int + NtlmOnlySupportedClientAtProxy bool + OrganizationInfo Microsoft.IdentityServer.Management.Resources.Organization + PasswordValidationDelayInMinutes int + PersistentSsoCutoffTime datetime + PersistentSsoEnabled bool + PersistentSsoLifetimeMins int + PreventTokenReplays bool + ProxyTrustTokenLifetime int + RelayStateForIdpInitiatedSignOnEnabled bool + ReplayCacheExpirationInterval int + SamlMessageDeliveryWindow int + SendClientRequestIdAsQueryStringParameter bool + SignedSamlRequestsRequired bool + SignSamlAuthnRequests bool + SsoLifetime int + TlsClientPort int + WiaEvaluationMethod Microsoft.IdentityServer.WiaEvaluationMethodState + WIASupportedUserAgents string[] + + +**Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting** + + RevocationSetting + { + None = 0, + CheckEndCert = 1, + CheckEndCertCacheOnly = 2, + CheckChain = 3, + CheckChainCacheOnly = 4, + CheckChainExcludeRoot = 5, + CheckChainExcludeRootCacheOnly = 6, + } + + +**Microsoft.IdentityServer.Management.Resources.ContactPerson** + + ContactType string + EmailAddresses string[] + GivenName string + PhoneNumbers string[] + Surname string + + + +**Microsoft.IdentityServer.PolicyModel.Configuration.ProtectionPolicySetting** + + Allow string + Require string + None string + + +**Microsoft.IdentityServer.Management.Resources.Organization** + + DisplayName string + Name string + OrganizationUrl string + + +**Microsoft.IdentityServer.WiaEvaluationMethodState** + + WiaEvaluationMethodState + { + WiaCapabilityDetection, + WiaUserAgentDetection + } ## NOTES diff --git a/docset/windows/adfs/get-adfsserverapplication.md b/docset/windows/adfs/get-adfsserverapplication.md index 5ab2f5611b..8909625cd1 100644 --- a/docset/windows/adfs/get-adfsserverapplication.md +++ b/docset/windows/adfs/get-adfsserverapplication.md @@ -143,36 +143,33 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup ## OUTPUTS - - Get-AdfsServerApplication - Microsoft.IdentityServer.Management.Resources.ServerApplication - {get;set;} ADUserPrincipalName string - {get;} ApplicationGroupIdentifier string - {get;} ClientSecret string - {get;set;} Description string - {get;} Enabled bool - {get;set;} Identifier string - {get;set;} JWKSUri uri - {get;set;} JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting - {get;} JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object] - {get;set;} Name string - {get;set;} RedirectUri string[] - --------------------------- +**Microsoft.IdentityServer.Management.Resources.ServerApplication** + + ADUserPrincipalName string + ApplicationGroupIdentifier string + ClientSecret string + Description string + Enabled bool + Identifier string + JWKSUri uri + JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting + JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object] + Name string + RedirectUri string[] + + +**Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting** - - - Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting - public enum RevocationSetting - { - None = 0, - CheckEndCert = 1, - CheckEndCertCacheOnly = 2, - CheckChain = 3, - CheckChainCacheOnly = 4, - CheckChainExcludeRoot = 5, - CheckChainExcludeRootCacheOnly = 6, - } - --------------------------- + RevocationSetting + { + None = 0, + CheckEndCert = 1, + CheckEndCertCacheOnly = 2, + CheckChain = 3, + CheckChainCacheOnly = 4, + CheckChainExcludeRoot = 5, + CheckChainExcludeRootCacheOnly = 6, + } ## NOTES diff --git a/docset/windows/adfs/get-adfswebapiapplication.md b/docset/windows/adfs/get-adfswebapiapplication.md index 21fe5bcbdf..bfff02b0b1 100644 --- a/docset/windows/adfs/get-adfswebapiapplication.md +++ b/docset/windows/adfs/get-adfswebapiapplication.md @@ -164,64 +164,58 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup ## OUTPUTS - Get-AdfsWebApiApplication - Microsoft.IdentityServer.Management.Resources.WebApiApplication - {get;} AccessControlPolicyName string - {get;} AccessControlPolicyParameters System.Object - {get;} AdditionalAuthenticationRules string - {get;} AllowedAuthenticationClassReferences string[] - {get;set;} AllowedClientTypes Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes - {get;} AlwaysRequireAuthentication bool - {get;} ApplicationGroupId string - {get;} ApplicationGroupIdentifier string - {get;} ClaimsProviderName string[] - {get;set;} DelegationAuthorizationRules string - {get;set;} Description string - {get;} Enabled bool - {get;} Identifier System.Collections.ObjectModel.ReadOnlyCollection[string] - {get;set;} ImpersonationAuthorizationRules string - {get;set;} IssuanceAuthorizationRules string - {get;set;} IssuanceTransformRules string - {get;} IssueOAuthRefreshTokensTo Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes - {get;set;} Name string - {get;} NotBeforeSkew int - {get;} PublishedThroughProxy bool - {get;set;} RefreshTokenProtectionEnabled bool - {get;} RequestMFAFromClaimsProviders bool - {get;} ResultantPolicy Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata - {get;} TokenLifetime int - --------------------------- - - - - (Get-AdfsWebApiApplication | select AllowedClientTypes) - public enum AllowedClientTypes - { - None = 0, - Public = 2, - Confidential=4, - } - --------------------------- - - - - (Get-AdfsWebApiApplication | select IssueOAuthRefreshTokensTo) - public enum RefreshTokenIssuanceDeviceTypes - { - NoDevice = 0, - WorkplaceJoinedDevices = 1, - AllDevices = 2 - } - --------------------------- +**Microsoft.IdentityServer.Management.Resources.WebApiApplication** + + AccessControlPolicyName string + AccessControlPolicyParameters System.Object + AdditionalAuthenticationRules string + AllowedAuthenticationClassReferences string[] + AllowedClientTypes Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes + AlwaysRequireAuthentication bool + ApplicationGroupId string + ApplicationGroupIdentifier string + ClaimsProviderName string[] + DelegationAuthorizationRules string + Description string + Enabled bool + Identifier System.Collections.ObjectModel.ReadOnlyCollection[string] + ImpersonationAuthorizationRules string + IssuanceAuthorizationRules string + IssuanceTransformRules string + IssueOAuthRefreshTokensTo Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes + Name string + NotBeforeSkew int + PublishedThroughProxy bool + RefreshTokenProtectionEnabled bool + RequestMFAFromClaimsProviders bool + ResultantPolicy Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata + TokenLifetime int + +**Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes** + AllowedClientTypes + { + None = 0, + Public = 2, + Confidential=4, + } + + +**Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes** + RefreshTokenIssuanceDeviceTypes + { + NoDevice = 0, + WorkplaceJoinedDevices = 1, + AllDevices = 2 + } - (Get-AdfsWebApiApplication | select ResultantPolicy) - Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata - {get;} IsParameterized bool - {get;} Serialized string - {get;} Summary string - --------------------------- + +**Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata** + + IsParameterized bool + Summary string + Serialized string ## NOTES diff --git a/docset/windows/adfs/set-adfsproperties.md b/docset/windows/adfs/set-adfsproperties.md index acd50d3d84..6ceb1e0322 100644 --- a/docset/windows/adfs/set-adfsproperties.md +++ b/docset/windows/adfs/set-adfsproperties.md @@ -504,7 +504,7 @@ Accept wildcard characters: False ``` ### -EnableOAuthLogout -{{Fill EnableOAuthLogout Description}} +Enables the OAuth logout endpoint publishing in the OAuth discovery document. The OAuth logout endpoint logs out the current user from the ADFS. It does not support logging out a federated user from the federated identity provider. This parameter is only available with the Windows Update KB4019472 installed. ```yaml Type: Boolean