Is there a way to handle legacy API Tokens that are stored in an external DB?
Legacy Users from external DB already connected with a UserStorageProvider SPI.
I can distinguish between the type of token if it is a legacy Token or not. If it is a legacy token, I want to load it from the external DB and validate the token, otherwise, go the default Keycloak way.
The API key is sent in the Authorization Header as a bearer token.
I tried it with an Authenticator SPI but afaik is it only to, as the name says, authenticate.
Is that the correct SPI "oauth2 token introspection"?
Or are there any other possibilities to implement the legacy OAuth2 Token Validator?
--
You received this message because you are subscribed to the Google Groups "Keycloak Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-dev/12623970-d1b3-4c18-806e-a85efde49ca3n%40googlegroups.com.