Closed phenomuser closed 1 year ago
Please let me know if anyone facing similar issue
Hi @phenomuser, I didn't hear about initialization timing issues before. Please make sure you have the right configuration in both webapp application and server configs. I'll close this issue, but if you see any problems in this regards yet, feel free to open the ticket or let me know. Thanks!
when using keycloak-angular and keycloak-js as mentioned below, Its taking around 3 to 4 seconds to initialise key-cloak in chrome 115
in other higher verisons of chrome and diff browsers like safari and mozilla its good(taking around 1 sec) in our angular app const _keycloak=new Keycloak({ url: 'our-auth-url' realm: 'realm', clientId: 'client-id', }); _keycloak.init({onLoad:"check-sso"}) .then(() => {