BUG :authenticated has not changed
Hello developers, I found a bug. When you click Login, the authenticated status does not change after the login is successful, as shown in the following figure
After checking, it is found that the authenticated variable is still false after successful login!
I have the same issue. I guess this why neither the sign up button does not show but the page still remains blank for me.
Switch the version key-cloak to 21.0.0
i have the same issue, with all verisons of Keycloak i tried 20.0.1, 21.0.0, latest. Do you found another fix?
I have the identical issue. And I was so excited for this package. I'm using:
quay.io/keycloak/keycloak:25.0.4 streamlit 1.35.0
If I look in admin console, the user is successfully logged in. Oddly enough, if I refresh the page and go to dev tools -> network tab, the token is there with necessary credentials
I have found the solution: Keycloak itself blocked the request coming from Streamlit (CORS error). So we should just add proper origin to Keycloak as below. You can inspect the issue going to F12 in your browser, Network tab.
I have found the solution: Keycloak itself blocked the request coming from Streamlit (CORS error). So we should just add proper origin to Keycloak as below. You can inspect the issue going to F12 in your browser, Network tab.
Isn't that the very first thing written in README.md? Getting started with Keycloak
I have found the solution: Keycloak itself blocked the request coming from Streamlit (CORS error). So we should just add proper origin to Keycloak as below. You can inspect the issue going to F12 in your browser, Network tab.
Isn't that the very first thing written in README.md? Getting started with Keycloak
Exactly, but in my case I've also added the second origin with the specified port and it started working
Switch the version key-cloak to 21.0.0
You can fall back only to 24.0.5
Even after setting weborigins and valid redirect URLs in keycloak it's not working. I've tested every flow option (implicit, hybrid, code). It just works in microsoft Edge (in Chrome, Firefox it fails). Allways getting NS_ERROR_CSP_FRAME_ANCESTOR_VIOLATION - see below
Even after setting weborigins and valid redirect URLs in keycloak it's not working. I've tested every flow option (implicit, hybrid, code). It just works in
microsoft Edge(in Chrome, Firefox it fails). Allways getting NS_ERROR_CSP_FRAME_ANCESTOR_VIOLATION - see below
As for me it does not work in firefox and incognito mode in any browser. You can try to set "checkLoginIframe": False option
@DEsimas I‘ve already tried to disable the iframe check. Still not working, but thank you
Keycloak.svelte:98 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'error') at create_catch_block
Keycloak.svelte:98 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'error') at create_catch_block
+1 we are also facing same issue
Keycloak.svelte:98 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'error') at create_catch_block
I am facing the same issue.
Keycloak.svelte:98 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'error') at create_catch_block
I am facing the same issue.
me too
Please, any solution to this problem?
I am facing the same issue. Keycloak 24.0.3
Keycloak.svelte:98 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'error') at create_catch_block
I am facing the same issue.
me too
me too
Keycloak.svelte:98 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'error') at create_catch_block
I am facing the same issue.
me too
me too
I am bumping into this issue as well, with this error. Has anyone found a workaround or solution?
Let me know if anyone found a solution for this issue. I am too facing the same one
Same here. Up.

