export interface OidcAuthorizationConfigDto { authorizationEnabled?: boolean; groupClaim?: string; }