OpenID Connect support #405
Labels
release/24.3.0
release-note/action-required
Denotes a PR that introduces potentially breaking changes that require user action.
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
Out-of-the-box, Superset does not have OpenID Connect (OIDC) support. It does however support OAuth 2.0, and OIDC providers like Keycloak provide OAuth 2.0 support as well, so Superset can be configured to work with that.
Direct support for OIDC would require adding an addtional dependency to the Docker image and modifying some code. the code changes would also be on a security-critical path and we would need to be aware of upstream modifications each update. It would be a difficult route to go down I believe.
useful Stackoverflow question - our docs on the topic
The text was updated successfully, but these errors were encountered: