()
| 10 | ) |
| 11 | |
| 12 | func (e EnterpriseIDPSync) GroupSyncEntitled() bool { |
| 13 | return e.entitlements.Enabled(codersdk.FeatureTemplateRBAC) |
| 14 | } |
| 15 | |
| 16 | // ParseGroupClaims parses the user claims and handles deployment wide group behavior. |
| 17 | // Almost all behavior is deferred since each organization configures it's own |
no test coverage detected