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
20 changes: 18 additions & 2 deletions docset/windows/adfs/add-adfsclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
keywords: powershell, cmdlet
manager: alanth
ms.date: 12/20/2016
ms.date: 09/19/2016
ms.prod: w10
ms.technology: powershell-windows
ms.topic: reference
Expand All @@ -28,7 +28,7 @@ Registers an OAuth 2.0 client with AD FS.
Add-AdfsClient [-ClientId] <String> [-Name] <String> [[-RedirectUri] <String[]>] [-Description <String>]
[-ClientType <ClientType>] [-ADUserPrincipalName <String>] [-JWTSigningCertificate <X509Certificate2[]>]
[-JWTSigningCertificateRevocationCheck <RevocationSetting>] [-JWKSUri <Uri>] [-JWKSFile <String>]
[-GenerateClientSecret] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
[-GenerateClientSecret] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```


Expand Down Expand Up @@ -241,6 +241,22 @@ Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
```

### -LogoutUri
Specifies the logout URI for the OAuth 2.0 client to register with the AD FS. When AD FS initiates a logout it redirects the client's user-agent to this URI by rendering this URI in an iframe. The value of this parameter must be an absolute URI, may include a query component, and must not include a fragment component. This parameter is available with the Windows Update KB4038801 installed.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

```

### -PassThru
Returns an object representing the item with which you are working.
By default, this cmdlet does not generate any output.
Expand Down
21 changes: 18 additions & 3 deletions docset/windows/adfs/add-adfsnativeclientapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
keywords: powershell, cmdlet
manager: alanth
ms.date: 12/20/2016
ms.date: 09/19/2017
ms.prod: w10
ms.technology: powershell-windows
ms.topic: reference
Expand All @@ -27,13 +27,13 @@ Adds a native client application role to an application in AD FS.
### ApplicationGroupIdentifier (Default)
```
Add-AdfsNativeClientApplication [-ApplicationGroupIdentifier] <String> [-Name] <String> [-Identifier] <String>
[[-RedirectUri] <String[]>] [-Description <String>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
[[-RedirectUri] <String[]>] [-Description <String>] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### ApplicationGroupObject
```
Add-AdfsNativeClientApplication [-ApplicationGroup] <ApplicationGroup> [-Name] <String> [-Identifier] <String>
[[-RedirectUri] <String[]>] [-Description <String>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
[[-RedirectUri] <String[]>] [-Description <String>] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -117,6 +117,21 @@ Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
```
### -LogoutUri
Specifies the logout URI for the OAuth 2.0 client to register with the AD FS. When AD FS initiates a logout it redirects the client's user-agent to this URI by rendering this URI in an iframe. The value of this parameter must be an absolute URI, may include a query component, and must not include a fragment component. This parameter is available with the Windows Update KB4038801 installed.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

```

### -Name
Expand Down
22 changes: 19 additions & 3 deletions docset/windows/adfs/add-adfsserverapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
keywords: powershell, cmdlet
manager: alanth
ms.date: 12/20/2016
ms.date: 09/19/2017
ms.prod: w10
ms.technology: powershell-windows
ms.topic: reference
Expand All @@ -29,7 +29,7 @@ Adds a server application role to an application in AD FS.
Add-AdfsServerApplication [-ApplicationGroupIdentifier] <String> [-Name] <String> [-Identifier] <String>
[[-RedirectUri] <String[]>] [-Description <String>] [-ADUserPrincipalName <String>]
[-JWTSigningCertificate <X509Certificate2[]>] [-JWTSigningCertificateRevocationCheck <RevocationSetting>]
[-JWKSUri <Uri>] [-JWKSFile <String>] [-GenerateClientSecret] [-PassThru] [-WhatIf] [-Confirm]
[-JWKSUri <Uri>] [-JWKSFile <String>] [-GenerateClientSecret] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand All @@ -38,7 +38,7 @@ Add-AdfsServerApplication [-ApplicationGroupIdentifier] <String> [-Name] <String
Add-AdfsServerApplication [-ApplicationGroup] <ApplicationGroup> [-Name] <String> [-Identifier] <String>
[[-RedirectUri] <String[]>] [-Description <String>] [-ADUserPrincipalName <String>]
[-JWTSigningCertificate <X509Certificate2[]>] [-JWTSigningCertificateRevocationCheck <RevocationSetting>]
[-JWKSUri <Uri>] [-JWKSFile <String>] [-GenerateClientSecret] [-PassThru] [-WhatIf] [-Confirm]
[-JWKSUri <Uri>] [-JWKSFile <String>] [-GenerateClientSecret] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand Down Expand Up @@ -227,6 +227,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -LogoutUri
Specifies the logout URI for the OAuth 2.0 client to register with the AD FS. When AD FS initiates a logout it redirects the client's user-agent to this URI by rendering this URI in an iframe. The value of this parameter must be an absolute URI, may include a query component, and must not include a fragment component. This parameter is available with the Windows Update KB4038801 installed.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

```

### -Name
Specifies a name.

Expand Down
24 changes: 20 additions & 4 deletions docset/windows/adfs/set-adfsclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
keywords: powershell, cmdlet
manager: alanth
ms.date: 12/20/2016
ms.date: 09/19/2017
ms.prod: w10
ms.technology: powershell-windows
ms.topic: reference
Expand All @@ -29,7 +29,7 @@ Modifies registration settings for an OAuth 2.0 client registered with AD FS.
Set-AdfsClient [-Force] [-TargetName] <String> [-ClientId <String>] [-Name <String>] [-RedirectUri <String[]>]
[-Description <String>] [-ADUserPrincipalName <String>] [-JWTSigningCertificate <X509Certificate2[]>]
[-JWTSigningCertificateRevocationCheck <RevocationSetting>] [-ChangeClientSecret] [-ResetClientSecret]
[-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>] [-PassThru] [-WhatIf] [-Confirm]
[-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand All @@ -38,7 +38,7 @@ Set-AdfsClient [-Force] [-TargetName] <String> [-ClientId <String>] [-Name <Stri
Set-AdfsClient [-Force] [-TargetClientId] <String> [-ClientId <String>] [-Name <String>] [-RedirectUri <String[]>]
[-Description <String>] [-ADUserPrincipalName <String>] [-JWTSigningCertificate <X509Certificate2[]>]
[-JWTSigningCertificateRevocationCheck <RevocationSetting>] [-ChangeClientSecret] [-ResetClientSecret]
[-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>] [-PassThru] [-WhatIf] [-Confirm]
[-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand All @@ -48,7 +48,7 @@ Set-AdfsClient [-Force] [-TargetClient] <AdfsClient> [-ClientId <String>] [-Name
[-RedirectUri <String[]>] [-Description <String>] [-ADUserPrincipalName <String>]
[-JWTSigningCertificate <X509Certificate2[]>] [-JWTSigningCertificateRevocationCheck <RevocationSetting>]
[-ChangeClientSecret] [-ResetClientSecret] [-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>]
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
[-LogoutUri] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -235,6 +235,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -LogoutUri
Specifies the logout URI for the OAuth 2.0 client to register with the AD FS. When AD FS initiates a logout it redirects the client's user-agent to this URI by rendering this URI in an iframe. The value of this parameter must be an absolute URI, may include a query component, and must not include a fragment component. This parameter is available with the Windows Update KB4038801 installed.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

```

### -Name
Specifies a name.
The cmdlet modifies the OAuth 2.0 client registration information with the name that you specify.
Expand Down
23 changes: 19 additions & 4 deletions docset/windows/adfs/set-adfsnativeclientapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
keywords: powershell, cmdlet
manager: alanth
ms.date: 12/20/2016
ms.date: 09/19/2017
ms.prod: w10
ms.technology: powershell-windows
ms.topic: reference
Expand All @@ -27,19 +27,19 @@ Modifies configuration settings for a server native client application role of a
### Identifier (Default)
```
Set-AdfsNativeClientApplication [-TargetIdentifier] <String> [-Identifier <String>] [-Name <String>]
[-RedirectUri <String[]>] [-Description <String>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
[-RedirectUri <String[]>] [-Description <String>] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### Name
```
Set-AdfsNativeClientApplication [-TargetName] <String> [-Identifier <String>] [-Name <String>]
[-RedirectUri <String[]>] [-Description <String>] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
[-RedirectUri <String[]>] [-Description <String>] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### ApplicationObject
```
Set-AdfsNativeClientApplication [-TargetApplication] <NativeClientApplication> [-Identifier <String>]
[-Name <String>] [-RedirectUri <String[]>] [-Description <String>] [-PassThru] [-WhatIf] [-Confirm]
[-Name <String>] [-RedirectUri <String[]>] [-Description <String>] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand Down Expand Up @@ -94,6 +94,21 @@ Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
```
### -LogoutUri
Specifies the logout URI for the OAuth 2.0 client to register with the AD FS. When AD FS initiates a logout it redirects the client's user-agent to this URI by rendering this URI in an iframe. The value of this parameter must be an absolute URI, may include a query component, and must not include a fragment component. This parameter is available with the Windows Update KB4038801 installed.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

```

### -Name
Expand Down
4 changes: 2 additions & 2 deletions docset/windows/adfs/set-adfsproperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
keywords: powershell, cmdlet
manager: alanth
ms.date: 12/20/2016
ms.date: 09/19/2017
ms.prod: w10
ms.technology: powershell-windows
ms.topic: reference
Expand Down Expand Up @@ -504,7 +504,7 @@ Accept wildcard characters: False
```

### -EnableOAuthLogout
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.
Enables the OAuth logout endpoint publishing in the OAuth discovery document. The OAuth logout endpoint logs out the current user from the AD FS. This parameter is available with the Windows Update KB4019472 installed. The AD FS does not support logging out a federated user from the federated identity provider when using the OAuth logout endpoint with Windows Update KB4019472 installed. The Windows Update KB4038801 makes this parameter obsolete and the value of this parameter to be always true. The Windows Update KB4038801 also adds support for logging our a federated user from the federated identity provider when using the OAuth logout endpoint.

```yaml
Type: Boolean
Expand Down
24 changes: 20 additions & 4 deletions docset/windows/adfs/set-adfsserverapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Use this topic to help manage Windows and Windows Server technologi
external help file: Microsoft.IdentityServer.Management.dll-Help.xml
keywords: powershell, cmdlet
manager: alanth
ms.date: 12/20/2016
ms.date: 09/19/2017
ms.prod: w10
ms.technology: powershell-windows
ms.topic: reference
Expand All @@ -30,15 +30,15 @@ Set-AdfsServerApplication [-TargetIdentifier] <String> [-Identifier <String>] [-
[-RedirectUri <String[]>] [-Description <String>] [-ADUserPrincipalName <String>]
[-JWTSigningCertificate <X509Certificate2[]>] [-JWTSigningCertificateRevocationCheck <RevocationSetting>]
[-ChangeClientSecret] [-ResetClientSecret] [-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>]
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
[-LogoutUri] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### Name
```
Set-AdfsServerApplication [-TargetName] <String> [-Identifier <String>] [-Name <String>] [-RedirectUri <String[]>]
[-Description <String>] [-ADUserPrincipalName <String>] [-JWTSigningCertificate <X509Certificate2[]>]
[-JWTSigningCertificateRevocationCheck <RevocationSetting>] [-ChangeClientSecret] [-ResetClientSecret]
[-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>] [-PassThru] [-WhatIf] [-Confirm]
[-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>] [-LogoutUri] [-PassThru] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand All @@ -48,7 +48,7 @@ Set-AdfsServerApplication [-TargetApplication] <ServerApplication> [-Identifier
[-RedirectUri <String[]>] [-Description <String>] [-ADUserPrincipalName <String>]
[-JWTSigningCertificate <X509Certificate2[]>] [-JWTSigningCertificateRevocationCheck <RevocationSetting>]
[-ChangeClientSecret] [-ResetClientSecret] [-JWKSUri <Uri>] [-ReloadJWTSigningKeys] [-JWKSFile <String>]
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
[-LogoutUri] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -206,6 +206,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -LogoutUri
Specifies the logout URI for the OAuth 2.0 client to register with the AD FS. When AD FS initiates a logout it redirects the client's user-agent to this URI by rendering this URI in an iframe. The value of this parameter must be an absolute URI, may include a query component, and must not include a fragment component. This parameter is available with the Windows Update KB4038801 installed.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

```

### -Name
Specifies a name.

Expand Down