# Kibana Azure Open ID connect Issue

**URL:** https://forum.opensearch.org/t/kibana-azure-open-id-connect-issue/2832
**Category:** Security
**Created:** [May 18, 2020, 8:56am UTC](https://forum.opensearch.org/t/kibana-azure-open-id-connect-issue/2832 "2020-05-18T08:56:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rutaveej.shah](https://avatars.discourse-cdn.com/v4/letter/r/f6c823/32.png) [@rutaveej.shah](https://forum.opensearch.org/u/rutaveej.shah)
#### Post date: [May 18, 2020, 8:56am UTC](https://forum.opensearch.org/t/kibana-azure-open-id-connect-issue/2832/1 "2020-05-18T08:56:09Z")

</div>

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/](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.?

---

<div class="post-metadata">

### Author: ![rutaveej.shah](https://avatars.discourse-cdn.com/v4/letter/r/f6c823/32.png) [@rutaveej.shah](https://forum.opensearch.org/u/rutaveej.shah)
#### Post date: [May 18, 2020, 3:05pm UTC](https://forum.opensearch.org/t/kibana-azure-open-id-connect-issue/2832/2 "2020-05-18T15:05:06Z")

</div>

Hello Every One…!!

Issue has been resolved. Thanks

---

<div class="post-metadata">

### Author: ![GSmith](https://avatars.discourse-cdn.com/v4/letter/g/bbe5ce/32.png) [@GSmith](https://forum.opensearch.org/u/GSmith)
#### Post date: [May 18, 2020, 5:22pm UTC](https://forum.opensearch.org/t/kibana-azure-open-id-connect-issue/2832/3 "2020-05-18T17:22:19Z")

</div>

@rutaveej.shah That is good news. Can you tell us how (in case someone else runs into this same problem)? Thanks!

---

<div class="post-metadata">

### Author: ![rutaveej.shah](https://avatars.discourse-cdn.com/v4/letter/r/f6c823/32.png) [@rutaveej.shah](https://forum.opensearch.org/u/rutaveej.shah)
#### Post date: [May 19, 2020, 8:06am UTC](https://forum.opensearch.org/t/kibana-azure-open-id-connect-issue/2832/4 "2020-05-19T08:06:19Z")

</div>

@GSmith

In redirect URL for the OpenIDConnect would be the

> [http://KibanaURL/auth/openid/login](http://KibanaURL/auth/openid/login)

.

This needs to be configure in azure while registering you app.
