We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f11ef commit 76ae2b8Copy full SHA for 76ae2b8
rust/operator-binary/src/crd/authentication.rs
@@ -300,6 +300,8 @@ impl SupersetClientAuthenticationDetailsResolved {
300
}
301
);
302
303
+ // We have to enforce preferred_username here due to the flask implementation
304
+ // https://github.com/dpgaspar/Flask-AppBuilder/blob/6d44e6d581433dcea475764c4bb1270c24bbd6de/flask_appbuilder/security/manager.py#L719
305
match oidc_provider {
306
IdentityProviderHint::Keycloak => {
307
ensure!(
0 commit comments