You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r#"The AuthenticationClass "oidc" is referenced several times which is not allowed."#,
530
+
r#"the AuthenticationClass "oidc" is referenced several times which is not allowed"#,
531
531
error_message
532
532
);
533
533
}
@@ -567,7 +567,7 @@ mod tests {
567
567
.await;
568
568
569
569
assert_eq!(
570
-
"Only one authentication type at a time is supported by Superset, see https://github.com/dpgaspar/Flask-AppBuilder/issues/1924.",
570
+
"only one authentication type at a time is supported by Superset, see https://github.com/dpgaspar/Flask-AppBuilder/issues/1924",
571
571
error_message
572
572
);
573
573
}
@@ -603,7 +603,7 @@ mod tests {
603
603
.await;
604
604
605
605
assert_eq!(
606
-
"Only one LDAP provider at a time is supported by Superset.",
606
+
"only one LDAP provider at a time is supported by Superset",
607
607
error_message
608
608
);
609
609
}
@@ -648,7 +648,7 @@ mod tests {
648
648
.await;
649
649
650
650
assert_eq!(
651
-
"The userRegistration settings must not differ between the authentication entries.",
651
+
"the userRegistration settings must not differ between the authentication entries",
652
652
error_message
653
653
);
654
654
}
@@ -693,7 +693,7 @@ mod tests {
693
693
.await;
694
694
695
695
assert_eq!(
696
-
"The userRegistrationRole settings must not differ between the authentication entries.",
696
+
"the userRegistrationRole settings must not differ between the authentication entries",
697
697
error_message
698
698
);
699
699
}
@@ -738,7 +738,7 @@ mod tests {
738
738
.await;
739
739
740
740
assert_eq!(
741
-
"The syncRolesAt settings must not differ between the authentication entries.",
741
+
"the syncRolesAt settings must not differ between the authentication entries",
742
742
error_message
743
743
);
744
744
}
@@ -767,7 +767,7 @@ mod tests {
767
767
768
768
assert_eq!(
769
769
indoc! {r#"
770
-
Invalid OIDC configuration
770
+
invalid OIDC configuration
771
771
772
772
Caused by this error:
773
773
1: OIDC authentication details not specified. The AuthenticationClass "oidc" uses an OIDC provider, you need to specify OIDC authentication details (such as client credentials) as well"#
@@ -801,7 +801,7 @@ mod tests {
801
801
.await;
802
802
803
803
assert_eq!(
804
-
r#""sub" is not a supported principalClaim in Superset for the Keycloak OIDC provider. Please use "preferred_username" in the AuthenticationClass "oidc""#,
804
+
r#"invalid principalClaim "sub" in the "oidc" AuthenticationClass. Superset hard-codes the claim name to "preferred_username" for the Keycloak OIDC provider"#,
805
805
error_message
806
806
);
807
807
}
@@ -834,7 +834,7 @@ mod tests {
834
834
.await;
835
835
836
836
assert_eq!(
837
-
r#"TLS verification cannot be disabled in Superset (AuthenticationClass "oidc")."#,
837
+
r#"TLS verification cannot be disabled in Superset (AuthenticationClass "oidc")"#,
0 commit comments