#django #python #authentication
Originalhttps://python-social-auth.readthedocs.io/en/latest/
AOL OpenID doesn’t require major settings beside being defined on AUTHENTICATION_BACKENDS`:
AUTHENTICATION_BACKENDS`
SOCIAL_AUTH_AUTHENTICATION_BACKENDS = ( ... 'social_core.backends.aol.AOLOpenId', ... )