Closed asim46 closed 5 months ago
Hi @asim46,
thx for creating this ticket.
What's the URL you're sending this request to? Does Keycloak log something that is related to this error?
Thank you so much for your fast reply !
Url is:
There is nothing logged in keycloak in any log levels.
Sorry i wrote admin api earlier! I am sending POST request from my backend service to this url..
I have even recreated the keys and tried but no luck !
Ok. thx for the insights.
I'll give it a test and debug it if necessary.
I managed to find the issue. Its in the OIDCIdentityProvider.isTokenTypeSupported
. However, it turns out that this is a bit more difficult to solve than I initially thought.
I try to replace the base of AppleIdentityProvider
from OIDCIdentityProvider
to AbstractOAuth2IdentityProvider
. This could help. We'll see
Error:
Token exchange is working with google's access token
It happened after upgrade to 24.0.4 from 22.0.4