- ru
- Language: en
- Documentation version: 0.1
ArcGIS¶
ArcGIS uses OAuth2 for authentication.
Register a new application at ArcGIS Developer Center.
OAuth2¶
Add the OAuth2 backend to your settings page:
AUTHENTICATION_BACKENDS = ( ... 'social_core.backends.arcgis.ArcGISOAuth2', ... )
Fill
Client Id
andClient Secret
values in the settings:SOCIAL_AUTH_ARCGIS_KEY = '' SOCIAL_AUTH_ARCGIS_SECRET = ''