Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion docset/windows/adfs/get-adfsapplicationgroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,31 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup

## OUTPUTS

### System.Object
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
---------------------------



(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[]
---------------------------

## NOTES

Expand Down
24 changes: 23 additions & 1 deletion docset/windows/adfs/get-adfsapplicationpermission.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,29 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### System.Object
(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.Protocols.PolicyStore.OAuthConsentType
public enum OAuthConsentType
{
Unknown = 0,
Administrator = 1,
User = 2,
}
---------------------------


## NOTES

Expand Down
12 changes: 11 additions & 1 deletion docset/windows/adfs/get-adfsendpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,17 @@ System.Uri[]

## OUTPUTS

### System.Object
(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.PowerShell.Resources.Endpoint
This cmdlet returns class structure that represents the endpoints for the Federation Service.
Expand Down
10 changes: 9 additions & 1 deletion docset/windows/adfs/get-adfsnativeclientapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,15 @@ System.Uri[]

## OUTPUTS

### System.Object
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[]
---------------------------

## NOTES

Expand Down
126 changes: 125 additions & 1 deletion docset/windows/adfs/get-adfsproperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,131 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### System.Object
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
}
---------------------------

## NOTES

Expand Down
32 changes: 31 additions & 1 deletion docset/windows/adfs/get-adfsserverapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,37 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup

## OUTPUTS

### System.Object

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.PolicyModel.Configuration.RevocationSetting
public enum RevocationSetting
{
None = 0,
CheckEndCert = 1,
CheckEndCertCacheOnly = 2,
CheckChain = 3,
CheckChainCacheOnly = 4,
CheckChainExcludeRoot = 5,
CheckChainExcludeRootCacheOnly = 6,
}
---------------------------


## NOTES

Expand Down
59 changes: 58 additions & 1 deletion docset/windows/adfs/get-adfswebapiapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,64 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup

## OUTPUTS

### System.Object
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
}
---------------------------



(Get-AdfsWebApiApplication | select ResultantPolicy)
Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata
{get;} IsParameterized bool
{get;} Serialized string
{get;} Summary string
---------------------------

## NOTES

Expand Down