Skip to content

Commit 1a77b49

Browse files
Merge pull request #45 from billmath/adfs
updating outputs
2 parents 928170f + 93ee6c0 commit 1a77b49

File tree

7 files changed

+282
-7
lines changed

7 files changed

+282
-7
lines changed

docset/windows/adfs/get-adfsapplicationgroup.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,31 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup
102102
103103
## OUTPUTS
104104
105-
### System.Object
105+
Get-AdfsApplicationGroup
106+
Microsoft.IdentityServer.Management.Resources.ApplicationGroup
107+
{get;set;} ApplicationGroupIdentifier string
108+
{get;} Applications Microsoft.IdentityServer.Management.Resources.IApplication[]
109+
{get;set;} Description string
110+
{get;set;} Enabled bool
111+
{get;set;} Name string
112+
---------------------------
113+
114+
115+
116+
(Get-AdfsApplicationGroup | select Applications).Applications[0]
117+
Microsoft.IdentityServer.Management.Resources.IApplication
118+
{get;set;} ADUserPrincipalName string
119+
{get;} ApplicationGroupIdentifier string
120+
{get;} ClientSecret string
121+
{get;set;} Description string
122+
{get;} Enabled bool
123+
{get;set;} Identifier string
124+
{get;set;} JWKSUri uri
125+
{get;set;} JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting
126+
{get;} JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object]
127+
{get;set;} Name string
128+
{get;set;} RedirectUri string[]
129+
---------------------------
106130
107131
## NOTES
108132

docset/windows/adfs/get-adfsapplicationpermission.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,29 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
101101
102102
## OUTPUTS
103103
104-
### System.Object
104+
(Get-AdfsApplicationPermission)[0]
105+
Microsoft.IdentityServer.Management.Resources.OAuthPermission
106+
{get;} ClientRoleIdentifier string
107+
{get;} ConsentType Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType
108+
{get;} Description string
109+
{get;} GrantedAt datetime
110+
{get;} GrantedBy string
111+
{get;} ObjectIdentifier string
112+
{get;} ScopeNames string[]
113+
{get;} ServerRoleIdentifier string
114+
---------------------------
115+
116+
117+
118+
Microsoft.IdentityServer.Protocols.PolicyStore.OAuthConsentType
119+
public enum OAuthConsentType
120+
{
121+
Unknown = 0,
122+
Administrator = 1,
123+
User = 2,
124+
}
125+
---------------------------
126+
105127
106128
## NOTES
107129

docset/windows/adfs/get-adfsendpoint.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,17 @@ System.Uri[]
9393
9494
## OUTPUTS
9595
96-
### System.Object
96+
(Get-AdfsEndpoint)[0]
97+
Microsoft.IdentityServer.Management.Resources.Endpoint
98+
{get;} AddressPath string
99+
{get;} ClientCredentialType string
100+
{get;} Enabled bool
101+
{get;} FullUrl uri
102+
{get;} Protocol string
103+
{get;} Proxy bool
104+
{get;} SecurityMode string
105+
{get;} Version string
106+
---------------------------
97107
98108
### Microsoft.IdentityServer.PowerShell.Resources.Endpoint
99109
This cmdlet returns class structure that represents the endpoints for the Federation Service.

docset/windows/adfs/get-adfsnativeclientapplication.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,15 @@ System.Uri[]
143143
144144
## OUTPUTS
145145
146-
### System.Object
146+
Get-AdfsNativeClientApplication
147+
Microsoft.IdentityServer.Management.Resources.NativeClientApplication
148+
{get;} ApplicationGroupIdentifier string
149+
{get;set;} Description string
150+
{get;} Enabled bool
151+
{get;set;} Identifier string
152+
{get;set;} Name string
153+
{get;set;} RedirectUri string[]
154+
---------------------------
147155
148156
## NOTES
149157

docset/windows/adfs/get-adfsproperties.md

Lines changed: 125 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,131 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
111111

112112
## OUTPUTS
113113

114-
### System.Object
114+
Get-AdfsProperties
115+
Microsoft.IdentityServer.Management.Resources.ServiceProperties
116+
{get;} AcceptableIdentifiers uri[]
117+
{get;} AddProxyAuthorizationRules string
118+
{get;} AllowLocalAdminsServiceAdministration bool
119+
{get;} AllowSystemServiceAdministration bool
120+
{get;} ArtifactDbConnection string
121+
{get;} AuditLevel string[]
122+
{get;} AuthenticationContextOrder uri[]
123+
{get;} AutoCertificateRollover bool
124+
{get;} BrowserSsoEnabled bool
125+
{get;} BrowserSsoSupportedUserAgents string[]
126+
{get;} CertificateCriticalThreshold int
127+
{get;} CertificateDuration int
128+
{get;} CertificateGenerationThreshold int
129+
{get;} CertificatePromotionThreshold int
130+
{get;} CertificateRolloverInterval int
131+
{get;} CertificateSharingContainer string
132+
{get;} CertificateThresholdMultiplier int
133+
{get;} ClientCertRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting
134+
{get;} ContactPerson Microsoft.IdentityServer.Management.Resources.ContactPerson
135+
{get;} CurrentFarmBehavior int
136+
{get;} DelegateServiceAdministration string
137+
{get;} DeviceUsageWindowInDays int
138+
{get;} DisplayName string
139+
{get;} EnableIdpInitiatedSignonPage bool
140+
{get;} EnableOauthLogout bool
141+
{get;} ExtendedProtectionTokenCheck Microsoft.IdentityServer.PolicyModel.Configuration.ProtectionPolicySetting
142+
{get;} ExtranetLockoutEnabled bool
143+
{get;} ExtranetLockoutRequirePDC bool
144+
{get;} ExtranetLockoutThreshold int
145+
{get;} ExtranetObservationWindow timespan
146+
{get;} FederationPassiveAddress string
147+
{get;} GlobalRelyingPartyClaimsIssuancePolicy string
148+
{get;} HostName string
149+
{get;} HttpPort int
150+
{get;} HttpsPort int
151+
{get;} Identifier uri
152+
{get;} IdTokenIssuer uri
153+
{get;} IgnoreTokenBinding bool
154+
{get;} InstalledLanguage string
155+
{get;} IntranetUseLocalClaimsProvider bool
156+
{get;} KmsiEnabled bool
157+
{get;} KmsiLifetimeMins int
158+
{get;} LocalAuthenticationTypesEnabled bool
159+
{get;} LogLevel string[]
160+
{get;} LoopDetectionEnabled bool
161+
{get;} LoopDetectionMaximumTokensIssuedInInterval int
162+
{get;} LoopDetectionTimeIntervalInSeconds int
163+
{get;} MonitoringInterval int
164+
{get;} NetTcpPort int
165+
{get;} NtlmOnlySupportedClientAtProxy bool
166+
{get;} OrganizationInfo Microsoft.IdentityServer.Management.Resources.Organization
167+
{get;} PasswordValidationDelayInMinutes int
168+
{get;} PersistentSsoCutoffTime datetime
169+
{get;} PersistentSsoEnabled bool
170+
{get;} PersistentSsoLifetimeMins int
171+
{get;} PreventTokenReplays bool
172+
{get;} ProxyTrustTokenLifetime int
173+
{get;} RelayStateForIdpInitiatedSignOnEnabled bool
174+
{get;} ReplayCacheExpirationInterval int
175+
{get;} SamlMessageDeliveryWindow int
176+
{get;} SendClientRequestIdAsQueryStringParameter bool
177+
{get;} SignedSamlRequestsRequired bool
178+
{get;} SignSamlAuthnRequests bool
179+
{get;} SsoLifetime int
180+
{get;} TlsClientPort int
181+
{get;} WiaEvaluationMethod Microsoft.IdentityServer.WiaEvaluationMethodState
182+
{get;} WIASupportedUserAgents string[]
183+
---------------------------
184+
185+
186+
187+
Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting
188+
public enum RevocationSetting
189+
{
190+
None = 0,
191+
CheckEndCert = 1,
192+
CheckEndCertCacheOnly = 2,
193+
CheckChain = 3,
194+
CheckChainCacheOnly = 4,
195+
CheckChainExcludeRoot = 5,
196+
CheckChainExcludeRootCacheOnly = 6,
197+
}
198+
199+
---------------------------
200+
201+
202+
203+
Microsoft.IdentityServer.Management.Resources.ContactPerson
204+
{get;} ContactType string
205+
{get;} EmailAddresses string[]
206+
{get;} GivenName string
207+
{get;} PhoneNumbers string[]
208+
{get;} Surname string
209+
---------------------------
210+
211+
212+
213+
(Get-AdfsProperties | select ExtendedProtectionTokenCheck)
214+
public static class ProtectionPolicySetting
215+
{
216+
public const string Allow = "Allow";
217+
public const string Require = "Require";
218+
public const string None = "None";
219+
}
220+
---------------------------
221+
222+
223+
224+
Microsoft.IdentityServer.Management.Resources.Organization
225+
{get;} DisplayName string
226+
{get;} Name string
227+
{get;} OrganizationUrl string
228+
---------------------------
229+
230+
231+
232+
(Get-AdfsProperties | select WIASupportedUserAgents)
233+
public enum WiaEvaluationMethodState
234+
{
235+
WiaCapabilityDetection,
236+
WiaUserAgentDetection
237+
}
238+
---------------------------
115239

116240
## NOTES
117241

docset/windows/adfs/get-adfsserverapplication.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,37 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup
143143
144144
## OUTPUTS
145145
146-
### System.Object
146+
147+
Get-AdfsServerApplication
148+
Microsoft.IdentityServer.Management.Resources.ServerApplication
149+
{get;set;} ADUserPrincipalName string
150+
{get;} ApplicationGroupIdentifier string
151+
{get;} ClientSecret string
152+
{get;set;} Description string
153+
{get;} Enabled bool
154+
{get;set;} Identifier string
155+
{get;set;} JWKSUri uri
156+
{get;set;} JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting
157+
{get;} JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object]
158+
{get;set;} Name string
159+
{get;set;} RedirectUri string[]
160+
---------------------------
161+
162+
163+
164+
Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting
165+
public enum RevocationSetting
166+
{
167+
None = 0,
168+
CheckEndCert = 1,
169+
CheckEndCertCacheOnly = 2,
170+
CheckChain = 3,
171+
CheckChainCacheOnly = 4,
172+
CheckChainExcludeRoot = 5,
173+
CheckChainExcludeRootCacheOnly = 6,
174+
}
175+
---------------------------
176+
147177
148178
## NOTES
149179

docset/windows/adfs/get-adfswebapiapplication.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,64 @@ Microsoft.IdentityServer.Management.Resources.ApplicationGroup
164164
165165
## OUTPUTS
166166
167-
### System.Object
167+
Get-AdfsWebApiApplication
168+
Microsoft.IdentityServer.Management.Resources.WebApiApplication
169+
{get;} AccessControlPolicyName string
170+
{get;} AccessControlPolicyParameters System.Object
171+
{get;} AdditionalAuthenticationRules string
172+
{get;} AllowedAuthenticationClassReferences string[]
173+
{get;set;} AllowedClientTypes Microsoft.IdentityServer.Protocols.PolicyStore.AllowedClientTypes
174+
{get;} AlwaysRequireAuthentication bool
175+
{get;} ApplicationGroupId string
176+
{get;} ApplicationGroupIdentifier string
177+
{get;} ClaimsProviderName string[]
178+
{get;set;} DelegationAuthorizationRules string
179+
{get;set;} Description string
180+
{get;} Enabled bool
181+
{get;} Identifier System.Collections.ObjectModel.ReadOnlyCollection[string]
182+
{get;set;} ImpersonationAuthorizationRules string
183+
{get;set;} IssuanceAuthorizationRules string
184+
{get;set;} IssuanceTransformRules string
185+
{get;} IssueOAuthRefreshTokensTo Microsoft.IdentityServer.Protocols.PolicyStore.RefreshTokenIssuanceDeviceTypes
186+
{get;set;} Name string
187+
{get;} NotBeforeSkew int
188+
{get;} PublishedThroughProxy bool
189+
{get;set;} RefreshTokenProtectionEnabled bool
190+
{get;} RequestMFAFromClaimsProviders bool
191+
{get;} ResultantPolicy Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata
192+
{get;} TokenLifetime int
193+
---------------------------
194+
195+
196+
197+
(Get-AdfsWebApiApplication | select AllowedClientTypes)
198+
public enum AllowedClientTypes
199+
{
200+
None = 0,
201+
Public = 2,
202+
Confidential=4,
203+
}
204+
---------------------------
205+
206+
207+
208+
(Get-AdfsWebApiApplication | select IssueOAuthRefreshTokensTo)
209+
public enum RefreshTokenIssuanceDeviceTypes
210+
{
211+
NoDevice = 0,
212+
WorkplaceJoinedDevices = 1,
213+
AllDevices = 2
214+
}
215+
---------------------------
216+
217+
218+
219+
(Get-AdfsWebApiApplication | select ResultantPolicy)
220+
Microsoft.IdentityServer.PolicyModel.Configuration.PolicyTemplate.PolicyMetadata
221+
{get;} IsParameterized bool
222+
{get;} Serialized string
223+
{get;} Summary string
224+
---------------------------
168225
169226
## NOTES
170227

0 commit comments

Comments
 (0)