Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues/523 saml auth create email address objects #544

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 27, 2024

  1. [change] Saml-Authentication-creates-EmailAddress-Objects openwisp#523

    - Check if the NameID is an email and use it as the user's email.
    - If NameID is not an email, check for the 'email' attribute in the SAML response.
    - Create an EmailAddress object using the retrieved email.
    
    Fixes openwisp#523
    kaushikaryan04 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    cf028b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5935051 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    5d9faeb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. [change] Implemented-suggested-changes openwisp#523

    -Added Validation for email
    -If validation is failed we try to get email from attributes
    -Added tests to see if Exception is raised when invalid mail is provided
    
    Fixes openwisp#523
    kaushikaryan04 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    124db52 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    fe7e794 View commit details
    Browse the repository at this point in the history