Replies: 3 comments 7 replies
-
apparently the website is enabled on plain http and you're trying to access it over that as well; so disable plain http and use the https URL in your browser |
Beta Was this translation helpful? Give feedback.
-
your provider does not return an |
Beta Was this translation helpful? Give feedback.
-
@zandbelt Unfortunately, we are still having this problem: [Thu Aug 12 18:43:59.816394 2021] [auth_openidc:error] [pid 640:tid 140533368338176] [client 127.0.0.1:33148] oidc_authenticate_user: the URL scheme (https) of the configured OIDCRedirectURI does not match the URL scheme of the URL being accessed (http): the "state" and "session" cookies will not be shared between the two!, referer: https://my.url.com/ In the field "Valid Redirect URI" we are using https://my.url.com/redirect_uri, and we are accessing https://my.url.com/. But even so, it seems that Keycloak understands as if we were accessing http. Do you see anything in our setup that might be incorrect? Thank you very much in advance for your attention and thank you very much for your work on this module. |
Beta Was this translation helpful? Give feedback.
-
Hello, we are using Keycloak as a provider, we use our environment on an AWS Kubernetes. But it looks like we're having a problem with something related to SSL or protocols, because when I try to access a protected URL it redirects to Keycloak with the error:
The url where this error appears is:
The expected was to redirect to the login screen (with username and password) of Keycloak.
What I noticed is that the redirect_uri is set to "http" (see the 2 in the image), but we are using https and the settings in Keycloak are all set to "https" as well. The referer is a https URL correctly (see the 1 in the image).
And my apache conf is:
We have been trying to resolve this for a few days. It's very complicated, we've tried to look for the solution on the internet but nothing yet.
I really appreciate if anyone can help me.
Beta Was this translation helpful? Give feedback.
All reactions