-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support cas #968
Support cas #968
Conversation
|
Can you please add some tests? |
I am developing. Tests are added. |
@dpgaspar all done. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if it's still relevant to you. Thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NA
Hello, Have followed the provided configurations and able to route the Apache Superset URL (http) to CAS URL(https), but getting unauthorized service exception in browser. Because my CAS service is configured HTTPS with SSL enable (with certificates) and Superset is running without https/ssl, due to this getting unauthorized exception. Could you please provide the steps to work superset with HTTPS/SSL. |
Hello, After done the provided changes able to route the Apache Superset URL to CAS Login page, once CAS got authenticated getting below error in browser. Could you please provide your inputs on the issue. Browser URL: https://hostname:port/login/?ticket=ST-17-I2V2g5Qw1hQWYfCGW2YVEtz1voYcasHostName 500 - Internal Server Error
File "/obi/ApacheSuperset/venv/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app Regards, |
Any inputs on this issue will be appreciated. Regards, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if it's still relevant to you. Thank you |
New, Add support for cas
issue is: #949
1.support for cas 3.0
2.Add examples for cas in examples/cas