forked from Azure/azure-docs-powershell-azuread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConvert-MsolDomainToFederated.yml
67 lines (62 loc) · 2.22 KB
/
Convert-MsolDomainToFederated.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
### YamlMime:PowershellCmdlet
summary: |-
Converts the domain from using standard authentication to using single sign-on.
module: MSOnline
notes: ""
links:
- text: Convert-MsolDomainToStandard
href: ./Convert-MsolDomainToStandard.yml
syntaxes:
- >-
Convert-MsolDomainToFederated [-SupportMultipleDomain] -DomainName <String> [-WhatIf] [-Confirm]
[<CommonParameters>]
parameters:
- type: <xref href="SwitchParameter" data-throw-if-not-resolved="False" />
name: Confirm
description: |+
Prompts you for confirmation before running the command.
defaultValue: None
position: Named
aliases: cf
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: DomainName
isRequired: true
description: |+
Specifies the name of the domain to convert to single sign-on.
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="SwitchParameter" data-throw-if-not-resolved="False" />
name: SupportMultipleDomain
description: ""
defaultValue: None
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="SwitchParameter" data-throw-if-not-resolved="False" />
name: WhatIf
description: |+
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
defaultValue: None
position: Named
aliases: wi
parameterValueGroup: ""
uid: MSOnline.Convert-MsolDomainToFederated
name: Convert-MsolDomainToFederated
description: |-
The **Convert-MSOLDomainToFederated** cmdlet converts the specified domain from standard authentication to single sign-on.
This includes configuring the relying party trust settings between the Active Directory Federation Services 2.0 server and Microsoft Online.
Single sign-on is also known as identity federation.
As part of converting a domain from standard authentication to single sign-on, each user must also be converted.
This conversion happens automatically the next time a user signs in.
No action is required by the administrator.
metadata:
external help file: Microsoft.Online.Identity.Federation.PowerShell.dll-help.xml
online version: ""
schema: 2.0.0
ms.assetid: 165F509D-D91E-4BE5-AF22-72112C1C3AB7
ms.reviewer: stevemutungi
ms.custom: iamfeature=PowerShell