Giter Club home page Giter Club logo

wirecloud-wso2's Introduction

WireCloud WSO2 plugin

License badge

This WireCloud plugin allows the usage of WSO2 as IDM for the authentication of WireCloud users.

NOTE: This plugin is based on wirecloud-keycloak created by Future Internet Consulting and Development Solutions S.L.

This plugin can be installed with pip as follows:

pip install -e git+https://github.com/NEC-FIWARE/wirecloud-wso2#egg=wirecloud-wso2

Or using the sources:

python setup.py develop

Once installed, it can be enabled by including wirecloud.wso2 and social_django in INSTALLED_APPS setting, and addiding Wso2OAuth2 as an authentication backend.

INSTALLED_APPS += (
    # 'django.contrib.sites',
    # 'wirecloud.oauth2provider',
    'wirecloud.wso2',
    'haystack',
    'social_django'
)

AUTHENTICATION_BACKENDS = ('wirecloud.wso2.social_auth_backend.Wso2OAuth2',)

Finally the following settings need to be included in setting.py file.

WSO2_AM_SERVER = 'http://wso2.docker:9300'
SOCIAL_AUTH_WSO2_KEY = 'wirecloud'
SOCIAL_AUTH_WSO2_SECRET = '7667d30b-4e1a-4dfe-a040-0b6fdc4758f5'

These settings include:

  • WSO2_AM_SERVER: URL of the WSO2 instance
  • SOCIAL_AUTH_WSO2_KEY: Client ID of the WireCloud application
  • SOCIAL_AUTH_WSO2_SECRET: Client secret of the WireCloud application

Copyright and License

Copyright (c) 2019 Future Internet Consulting and Development Solutions S.L.

Copyright (c) 2019-2020 NEC Corporation.

WireCloud-WSO2 plugin is licensed under Affero General Public License (GPL) version 3.

wirecloud-wso2's People

Contributors

kazuhitosuda-nec avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

wirecloud-wso2's Issues

WireCloud WSO2 plugin

Hi @fdelavega and @aarranz,

I'm Kazuhito Suda of NEC. I made the wirelcoud-wso2 plugin. The plugin is based on the wirecloud-keycloak plugin you created. I appreciate it.

I have published the source code of the plugin here. I respect your deliverable and your copyright. Please let me know if there is a problem with the published content.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.