Allan-Nava commented on issue #8538:
URL: https://github.com/apache/superset/issues/8538#issuecomment-1699345041

   How can I solve this problem?
   
   ```
   
     File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1823, in 
full_dispatch_request
       rv = self.dispatch_request()
     File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1799, in 
dispatch_request
       return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
     File "/app/pythonpath/keycloak_security_manager.py", line 41, in login
       return handle_login()
     File "/usr/local/lib/python3.9/site-packages/flask_oidc/__init__.py", line 
487, in decorated
       return view_func(*args, **kwargs)
     File "/app/pythonpath/keycloak_security_manager.py", line 38, in 
handle_login
       login_user(user, remember=False)
     File "/usr/local/lib/python3.9/site-packages/flask_login/utils.py", line 
169, in login_user
       if not force and not user.is_active:
   AttributeError: 'bool' object has no attribute 'is_active'
   ```
   
   i used the oidc connector the docker is 
https://github.com/HiWay-Media/Superset-Keycloak


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to