File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1114,6 +1114,21 @@ Look at the response body to determine whether there was a problem within your A
1114
1114
}
1115
1115
` ` `
1116
1116
1117
+ If your tailnet has [user and group provisioning](https://tailscale.com/kb/1180/sso-okta-scim/) turned on, we will also warn you about
1118
+ any groups that are used in the policy file that are not being synced from SCIM. Explicitly defined groups will not trigger this warning.
1119
+
1120
+ ` ` ` jsonc
1121
+ {
1122
+ " message" : " warning(s) found" ,
1123
+ " data" : [
1124
+ {
1125
+ " user" : " group:[email protected] " ,
1126
+ " warnings" : [" group is not syncing from SCIM and will be ignored by rules in the policy file" ]
1127
+ }
1128
+ ]
1129
+ }
1130
+ ` ` `
1131
+
1117
1132
<a href="tailnet-devices"></a>
1118
1133
1119
1134
## List tailnet devices
You can’t perform that action at this time.
0 commit comments