Pedro Maia Coelho

Results 4 comments of Pedro Maia Coelho

I'm still having this issue, I think it is because [here](https://github.com/Peter-Slump/django-keycloak/blob/5211fba26ae4216b4344309eb4a67da9745ada05/src/django_keycloak/models.py#L194) the RemoteUserOpenIdConnectProfile.Meta is inheriting the abstract flag, and if you have `KEYCLOAK_OIDC_PROFILE_MODEL = 'django_keycloak.RemoteUserOpenIdConnectProfile'` set it will never create...

As a workaround you can also configure keycloak to disable the RSA-OAEP key or use a different algorithm until it is supported. `Realm->Settings->Keys->rsa-enc-generated->enabled=False`

@tiago-peres do you have the [crypto optional dependency](https://pyjwt.readthedocs.io/en/stable/installation.html#cryptographic-dependencies-optional) dependency installed?

that looks like a missing OS dependency, make sure you have all that crypto requires installed and on $PATH