Metadata-Version: 1.2
Name: grvlms-socialoauth
Version: 1.0.2
Summary: socialoauth plugin for Grvlms
Home-page: https://github.com/groovetch/grvlms-socialoauth
Author: GrooveTechnology
License: AGPLv3
Project-URL: Code, https://github.com/groovetch/grvlms-socialoauth
Project-URL: Issue tracker, https://github.com/groovetch/grvlms-socialoauth/issues
Description: socialoauth plugin for `Grvlms <https://docs.grvlms.overhang.io>`__
        ===================================================================================
        
        Installation
        ------------
        
        ::
        
            pip install git+https://github.com/groovetch/grvlms-socialoauth
        
        Usage
        -----
        
        ::
        
            grvlms plugins enable socialoauth
        
        Configuration
        -------------
        
        ::
            grvlms socialoauth config -i (Run interactively to config ID azure client and secret key)
            grvlms socialoauth config -s (Set a configuration value base on format KEY=VAL)
        
        Azure Configuration
        -------------------
        
        ::
            - We must to set `SOCIALOAUTH_AZURE_CLIENT_ID` and `SOCIALOAUTH_AZURE_SECRET_KEY` variable. (Get them in your azure-portal).
              (If you don't have azure-portal account yet, please register at https://azure.microsoft.com/en-us/features/azure-portal)
            - Make sure `SOCIALOAUTH_ACTIVATE_AZURE` is true.
            - Set ENABLE_AZURE_PICTURE_PROFILE: true if you want to enable edx-azuresso app
        
        Google Configuration
        --------------------
        
        ::
            - We must to set `SOCIALOAUTH_GOOGLE_CLIENT_ID` and `SOCIALOAUTH_GOOGLE_SECRET_KEY` variable. (Get them in Google API Console).
              (If you don't have account yet, please register at https://console.developers.google.com)
            - Make sure `SOCIALOAUTH_ACTIVATE_GOOGLE` is true.
            - Set ENABLE_GOOGLE_PICTURE_PROFILE: true if you want to enable edx-googlesso app
        
        Finally
        -------
        ::
            - grvlms images build openedx (update Dockerfile)
            - grvlms local start (If you run on Local ENV)
            - grvlms socialoauth init (run migration to update Provider Configuration records)
            
        
        License
        -------
        
        This software is licensed under the terms of the AGPLv3.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
