OAuth question - error with SSO

You can set this in the config without patching the code:

OAUTH_ATTRIBUTE_MAP = {
    "email": (True, "email"),
    "id": (False, "not used"),
    "name": (False, "name")
}
1 Like