in seahub/oauth/views.py ```python user_info_resp = session.get(USER_INFO_URL + '?user_id=%s' % user_id) ``` Mightn't work typically with Keycloak because the USER_INFO_URL won't respond to GET requests.