()
| 705 | } |
| 706 | |
| 707 | func (h *OidcHandler) oidcSyncRoles() bool { |
| 708 | if h.resolved != nil { |
| 709 | return h.resolved.SyncRoles |
| 710 | } |
| 711 | return h.cfg.OidcSyncRoles |
| 712 | } |
| 713 | |
| 714 | // oidcSuperadminGroup returns the effective OIDC superadmin group mapping. |
| 715 | // Empty string means no group is configured (superadmin cannot be granted via OIDC). |
no outgoing calls
no test coverage detected