Hi I want to authenticate a user with JWT. Once I receive a JWT I will call a service that will validate the JWT and will retrieve user’s attributes. Seems like keycloak needs the user to be registered (I can do that by calling context.getSession().users().addUser()), but I don’t want to store the user in the DB. Is there a way to avoid that?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How to validate JWT Token - userInfo or is there a library or method call in Java? | 0 | 1162 | May 29, 2020 | |
| Condition match header/form to user attribute | 2 | 126 | May 12, 2024 | |
| JWT From the Authorization Code | 0 | 272 | April 14, 2023 | |
| Authenticating users using python-keycloak | 3 | 10959 | January 11, 2023 | |
| How Keycloak validates my user and how to save to my db? | 0 | 552 | October 21, 2020 |