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
Why doesn't the JHipster generator generate Angular with keycloak-angular and keycloak-js when Keycloak is the identity provider, and is there any tutorial or documentation on how to integrate them?
The text was updated successfully, but these errors were encountered:
We made a design decision years ago to do all OAuth authentication on the backend with Spring Boot. This is more secure, doesn't require us to use different OIDC libraries for front-end frameworks, and works with most OAuth providers. We don't want to force our users to use Keycloak, especially in production.
Without using those libraries, some issues arise. For example, when signing out from the JHipster interface in the Gateway, the backend session is destroyed, but the session in Keycloak remains active. Similarly, in JHipster Registry, logging out triggers the event listener in the Keycloak interface, resulting in a "Logout ERROR."
Why doesn't the JHipster generator generate Angular with keycloak-angular and keycloak-js when Keycloak is the identity provider, and is there any tutorial or documentation on how to integrate them?
The text was updated successfully, but these errors were encountered: