Coder Social home page Coder Social logo

Comments (5)

peppelinux avatar peppelinux commented on May 28, 2024

See default SP processor or what you defined in SP configuration (/admin backend)

By default, in settingslocal, it's configured to

'processor': 'idp.processors.LdapUnicalMultiAcademiaProcessor',

You can use the base processor or whatever inherited from it

from uniauth.

peppelinux avatar peppelinux commented on May 28, 2024

BaseProcessor, the simplest one, It rely on Django user accounts

class BaseProcessor:

from uniauth.

peppelinux avatar peppelinux commented on May 28, 2024

That's something similar of what you have once a SP being accepted by uniAuth (its EntityID Is in pysaml2 metadastore)

https://github.com/UniversitaDellaCalabria/uniAuth/blob/master/documentation/contents/sp.png

If you disabile automatic registration of SP you Will have to configure It by Hand

See also ./manage.py mdquery and aacli commands, they are quite helpfull to test so and user attributes without doping any real http request

from uniauth.

peppelinux avatar peppelinux commented on May 28, 2024

I got It.
settingslocal.py Is something that must be customized by user, however I'll reproduce this issue to male a Better decision about how would be a good solution to that.

We could Simply put a if statement to prrvent LDAP related patameters to be loaded.

if 'multildap' in INSTALLED_APPS:
   ...

hopefilly It would be a good example to put in

from uniauth.

peppelinux avatar peppelinux commented on May 28, 2024

done here:
025789a#diff-63163e085908a60002123b630032eaf7d67b4b120025b996b88a276ed361d306R131

from uniauth.

Related Issues (20)

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.