You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -218,13 +218,6 @@ Example 15 shows how you can remove domains from the existing Allowed Trial Tena
218
218
First, a List is created and domains are added to it, then use the Remove method in the `AllowedTrialTenantDomains` parameter to remove the domains from the existing allowed domains list.
219
219
When this command completes, the domains in the list will be removed from the Allowed Trial Tenant Domains list.
220
220
221
-
### -------------------------- Example 16 -------------------------
Example 16 shows how you can enable the feature where you can customize your federation in ExternalAccessPolicy.
227
-
228
221
## PARAMETERS
229
222
230
223
### -AllowedDomains
@@ -554,22 +547,6 @@ Accept pipeline input: False
554
547
Accept wildcard characters: False
555
548
```
556
549
557
-
### -CustomizeFederation
558
-
Defines if we enable more customized federation settings in ExternalAccessPolicy or not. For example, when this is true, if the `AllowedDomains` includes [a.com, b.com], but the `AllowedExternalDomains` of the ExternalAccessPolicy includes [c.com], then users assigned by the ExternalAccessPolicy will only be allowed to access c.com, all other users will have access to a.com and b.com as defined in `AllowedDomains`.
559
-
Possible values: True, False
560
-
561
-
```yaml
562
-
Type: Boolean
563
-
Parameter Sets: (All)
564
-
Aliases:
565
-
566
-
Required: False
567
-
Position: Named
568
-
Default value: False
569
-
Accept pipeline input: False
570
-
Accept wildcard characters: False
571
-
```
572
-
573
550
### -WhatIf
574
551
Describes what would happen if you executed the command without actually executing the command.
0 commit comments