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
9 changes: 9 additions & 0 deletions docset/windows/adfs/add-adfsnativeclientapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
52 changes: 52 additions & 0 deletions docset/windows/adfs/add-adfswebapiapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
59 changes: 35 additions & 24 deletions docset/windows/adfs/get-adfsapplicationgroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
40 changes: 19 additions & 21 deletions docset/windows/adfs/get-adfsapplicationpermission.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 10 additions & 11 deletions docset/windows/adfs/get-adfsendpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
17 changes: 8 additions & 9 deletions docset/windows/adfs/get-adfsnativeclientapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading