I'm trying to create a setup with local users (basicauth) and Oauth against Azure AD (openid). The configuration is working, yet when configuring/accessing the Kibana web interface it seems it is a "either one or the other" approach. Is that correct, or am I missing something?
It seems that with xpack this is possible by setting the value xpack.security.authc.selector.enabled: true according to this issue.
Is there a similar option within the opendistro_security plugin? Or will this option be available in the near future, or do you suggest another approach?
I'm trying to create a setup with local users (basicauth) and Oauth against Azure AD (openid). The configuration is working, yet when configuring/accessing the Kibana web interface it seems it is a "either one or the other" approach. Is that correct, or am I missing something?
It seems that with xpack this is possible by setting the value
xpack.security.authc.selector.enabled: trueaccording to this issue.Is there a similar option within the opendistro_security plugin? Or will this option be available in the near future, or do you suggest another approach?