You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to be able to redirect after successful login to a different url than the current one. Is there a possibility to do that?
For example: the current url is http://<hostname>/backend/test and I want it after login to redirect to http://<hostname>/. Is that possible?
I also have a case where I want to pass to a backend application an Authorization header if the user is logged in and not pass it if the user is not logged in, meaning that the backend application will return 401 when user is not authenticated. But I need to add
AuthType openid-connect Require valid-user
in order for RequestHeader set Authorization "Bearer %{OIDC_access_token}e" env=OIDC_access_token to work.
Is there a way to achieve my goal?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am using currently version 2.4.15.7
I need to be able to redirect after successful login to a different url than the current one. Is there a possibility to do that?
For example: the current url is http://
<hostname>
/backend/test and I want it after login to redirect to http://<hostname>
/. Is that possible?I also have a case where I want to pass to a backend application an Authorization header if the user is logged in and not pass it if the user is not logged in, meaning that the backend application will return 401 when user is not authenticated. But I need to add
AuthType openid-connect
Require valid-user
in order for
RequestHeader set Authorization "Bearer %{OIDC_access_token}e" env=OIDC_access_token
to work.Is there a way to achieve my goal?
Thank you for your work.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions