export interface OidcJitConfigDto { claim_key?: string; claim_value?: string; enabled?: boolean; }