Type Alias MetabaseAuthConfigWithSaml
MetabaseAuthConfigWithSaml: { metabaseInstanceUrl: string } & {
apiKey?: never;
fetchRequestToken?: never;
isGuest?: false;
preferredAuthMethod?: "saml";
}
Type Declaration
metabaseInstanceUrl: string
OptionalapiKey?: never
OptionalfetchRequestToken?: never
OptionalisGuest?: false
OptionalpreferredAuthMethod?: "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.