Any has integrated keycloak with python social auth?

I am trying to let python social auth to authenticate with keycloak.

I am using the social_core.backends.open_id.py but always has problem

in other example like ubuntu or launchpad, they use url like:
https://login.launchpad.net
https://login.ubuntu.com

what should I use in keycloak ?

I haven’t used python social auth - I may have tried it.

I have used keycloak with django using the mozilla django oidc

It works really well