application is not loading if i use OIDCRedirectURLsAllowed in my .conf file #854
-
|
Hi, i'm trying to use mod_auth_OpenIdc. sso redirection is working perfectly. but i'm facing issue while logout. i have installed mod_auth_openIDc using below command RUN apt-get update && in my application, i have to redirect to 3rd party url when user logout. so i have used the url <Redirect_Url>?logout=<3rd party url>. but this is returning error message "logout value "3rd party url" does not match the hostname of the current request "my application host"" i have gone through the auth_openidc.conf file and found that we need to use OIDCRedirectURLsAllowed to allow the 3rd party url. could you please advise? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
I'm guessing that you are installing an older version from the distribution repositories that does not have support for |
Beta Was this translation helpful? Give feedback.
I'm guessing that you are installing an older version from the distribution repositories that does not have support for
OIDCRedirectURLsAllowed. It would say so in the error.log.