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
great work with the theme. I actually came to learn about how to extend the default theme with Keycloak and could learn a lot - thanks.
I tried the sample from the /docs folder and if I just follow the manual and configure the Keycloak - it's not kicking in, I get access to the main page without auth. I looked into KeycloakLayout.vue code and I think the reason is that "const hasAccess = ref(true)" is true per default. If I make it into being false, e.g. by specifying "useReferrer: true", without the referer object, then Keycloak logic starts working.
Maybe I do not understand your intention ot maybe you want to make the default hasAccess = false, when useReferrer or useKeycloak are true .
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @kamax7C0
Thanks for posting the issue. I need to dig into the code ;).
In the meantime, the fact that hasAccess defaults to true is due to some strange behavior we noticed during the site refresh. The pages were no longer displayed in their entirety, sometimes even blank.
Hi team,
great work with the theme. I actually came to learn about how to extend the default theme with Keycloak and could learn a lot - thanks.
I tried the sample from the /docs folder and if I just follow the manual and configure the Keycloak - it's not kicking in, I get access to the main page without auth. I looked into KeycloakLayout.vue code and I think the reason is that "const hasAccess = ref(true)" is true per default. If I make it into being false, e.g. by specifying "useReferrer: true", without the referer object, then Keycloak logic starts working.
Maybe I do not understand your intention ot maybe you want to make the default hasAccess = false, when useReferrer or useKeycloak are true .
Thanks!
The text was updated successfully, but these errors were encountered: