Questions tagged [keycloak-spi]
32 questions
0
votes
2 answers
Keycloak custom spi - custom transaction timeout
I am trying to do a sync process via the keycloak ImportSynchronization interface.
(wildlfy 18.0.1.Final)
it provides the following method to override:
@Override
public SynchronizationResult sync(
final KeycloakSessionFactory…

lombocska
- 210
- 3
- 11
0
votes
2 answers
Keycloak role resolution in custom user federation provider
I use Keylcoak 8.0.1 to authenticate users for an existing web application.
I wrote a class implementing UserQueryProvider and UserLookupProvider for user resolution and password checks.
What do I have to do to assign roles defined in my custom…