You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In module src/django_keycloak/services/oidc_profile.py, (line 251) token_response object's field 'refresh_token' is acccessed: token_model.refresh_token = token_response['refresh_token']
If this field is missing in the response token JSON then the KeyError is raised by the interperer
The text was updated successfully, but these errors were encountered:
In module src/django_keycloak/services/oidc_profile.py, (line 251)
token_response
object's field'refresh_token'
is acccessed:token_model.refresh_token = token_response['refresh_token']
If this field is missing in the response token JSON then the KeyError is raised by the interperer
The text was updated successfully, but these errors were encountered: