Redirect to shared dashboard link after auth

I am using Open Distro/Kibana SSO with Cognito as my IDP. For my use case, users would be provided with shared dashboard links that they click and access. When users click on the provided dashboard links, Open Distro performs OIDC auth as intended with Cognito, but upon successful user authentication, redirects to the default empty landing page. This breaks the user experience and leaves the user confused.

How do I enable redirection to the original user intended link?

Just to be clear, what I want to achieve:

  1. User clicks on a shared dashboard url to Kibana
  2. Open Distro detects unauthenticated user and performs auth
  3. Upon confirmation of user authentication, redirects to the shared dashboard url (This does not happen currently)

Hi @ko5win !
Did you solved your problem ?
We have the same issue:
kibana with opendistro_security.auth.type: "openid" - in common this setup wroks well, but when users open https://kibana/goto/XXXXX - they gots 403-page instead login-page…

Hi all, couple of questions:
What version of odfe are you using and is multitenancy enabled?
Is there “security_tenant” in the http://kibana/goto url?