Hello Everyone…!!
I have set up the OpenDistro ELK on Azure Kubernetes Services. I have used Open ID connect for Authentication of user using Azure AD.
I am facing issue regarding the redirect URL. I have specified the Ingress URL in the case of Redirect URL but it is not working and providing me an error saying that redirect URL is not matching.
Below is my Kibana.yaml file
opendistro_security.multitenancy.enabled: true
opendistro_security.multitenancy.tenants.preferred: [“Private”, “Global”]
opendistro_security.readonly_mode.roles: [“kibana_read_only”]
newsfeed.enabled: false
telemetry.optIn: false
telemetry.enabled: false
opendistro_security.auth.type: “openid”
opendistro_security.openid.connect_url: “https://login.microsoftonline.com//v2.0/.well- known/openid-configuration”
opendistro_security.openid.client_id: “<<client_id>>”
opendistro_security.openid.client_secret: “<>”
opendistro_security.openid.base_redirect_url: “<>”
What would be the redirect URL for Kibana.?