* added attributes to KeycloakProfile definition
fixes: #25403
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* Update js/libs/keycloak-js/dist/keycloak.d.ts
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit adds the 'consent' prompt option to KeycloakLoginOptions, allowing applications to always prompt the user for consent, even if it has been given previously. This provides greater control over user consent in the authentication flow.
Closes#23447