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
- [ ] bug report -> please search for issues before submitting
- [x] feature request
Versions.
keycloak-angular 19
Repro steps.
The log given by the failure.
Desired functionality.
I'm working with Angular 19 and keycloak-angular for authentication. I'm trying to implement Server-Side Rendering (SSR) using Angular Universal, and I want to use the provideKeycloak provider for Keycloak authentication.
However, I'm unsure how to properly set up provideKeycloak in an SSR environment, as there are issues with accessing the window object and configuring the provider correctly.
What I’m looking for:
Is there an official guide or example on how to configure provideKeycloak with SSR in Angular 19?
Specifically, how should I handle the server-side environment when using Keycloak with Angular Universal?
Any known issues or best practices for SSR with keycloak-angular in Angular 19?
I would appreciate any help or links to documentation.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Versions.
keycloak-angular 19
Repro steps.
The log given by the failure.
Desired functionality.
I'm working with Angular 19 and keycloak-angular for authentication. I'm trying to implement Server-Side Rendering (SSR) using Angular Universal, and I want to use the provideKeycloak provider for Keycloak authentication.
However, I'm unsure how to properly set up provideKeycloak in an SSR environment, as there are issues with accessing the window object and configuring the provider correctly.
What I’m looking for:
I would appreciate any help or links to documentation.
Thank you in advance!
The text was updated successfully, but these errors were encountered: