Type Alias MetabaseAuthConfigWithSaml
MetabaseAuthConfigWithSaml: { metabaseInstanceUrl: string } & {
apiKey?: never;
fetchRequestToken?: never;
preferredAuthMethod?: "saml";
}
Type declaration
metabaseInstanceUrl: string
Optional
apiKey?: never
Optional
fetchRequestToken?: never
Optional
preferredAuthMethod?: "saml"
Which authentication method to use. If both SAML and JWT are enabled at the same time, it defaults to SAML unless the preferredAuthMethod is specified.