wadahiro / keycloak-discord

Keycloak Identity Provider extension for Discord
123 stars 67 forks source link

Unexpected Server Error while adding Identity Provider #4

Closed P3RF3CTION closed 4 years ago

P3RF3CTION commented 4 years ago

While adding the Identity Provider an error shows up. Full Log can be provided if necessary. ERROR [org.keycloak.services.error.KeycloakErrorHandler] (default task-116) Uncaught server error: java.lang.AbstractMethodError: Method org/keycloak/social/discord/DiscordIdentityProviderFactory.createConfig()Lorg/keycloak/models/IdentityProviderModel; is abstract

wadahiro commented 4 years ago

@P3RF3CTION Thank you for the report. It is due to a new interface method which was introduced in keycloak 9.0.2 (for KEYCLOAK-12192). To resolve this problem, I will release a new version.

P3RF3CTION commented 4 years ago

Thank you for the new Release. I am testing it right now! 😄

P3RF3CTION commented 4 years ago

Problem solved thank you for the fast support!