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
Example 12 shows how you can enable the feature where you can customize your federation in ExternalAccessPolicy.
184
+
178
185
179
186
## PARAMETERS
180
187
@@ -484,6 +491,22 @@ Accept pipeline input: False
484
491
Accept wildcard characters: False
485
492
```
486
493
494
+
### -CustomizeFederation
495
+
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`.
496
+
Possible values: True, False
497
+
498
+
```yaml
499
+
Type: Boolean
500
+
Parameter Sets: (All)
501
+
Aliases:
502
+
503
+
Required: False
504
+
Position: Named
505
+
Default value: None
506
+
Accept pipeline input: False
507
+
Accept wildcard characters: False
508
+
```
509
+
487
510
### -WhatIf
488
511
Describes what would happen if you executed the command without actually executing the command.
0 commit comments