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

Define "generic" OpenID Connect init view #100

Merged
merged 7 commits into from
May 16, 2024

Commits on May 13, 2024

  1. 🔥 Delete compatibility layer for unsupported Django version(s)

    This shim was needed for Django versions <= 3.1
    sergei-maertens committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1f7198b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de5f6e3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. ✨ [#99] Make AuthenticationRequestView more general purpose

    Ported the refactor from Open Forms.
    
    The library now ships an OIDCInit view that can handle multiple config
    classes (and in the future: instances of a single model), which all
    have tailored behaviours. The default AuthenticationRequestView is
    now 'just a flavour' of this generic behaviour.
    
    We track some additional state and perform additional redirect URL
    validation for those situations where stricter behaviour of the
    OIDC flow is desired.
    sergei-maertens committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e5fbd33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a1f543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc693a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2956a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a033f8 View commit details
    Browse the repository at this point in the history