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

New Rule: Standard Sign-In from Rogue State #1332

Closed

Commits on Aug 16, 2024

  1. initial commit

    ben-githubs committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fc57409 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. add: panther_country_helpers

    Added a new helper (panther_country_helpers) to contain code
    relating to getting contextual information from country codes. Moved
    the existing functions out out panther_base_helpers and expanded on
    them. Also refactored the rogue state sign-in rule to use the new
    helper.
    ben-githubs committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3ed786f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. edit: fix onelogin datamodel

    OneLogin data model was checking the event type as an integer, but our
    schema actually casts the event type as a string, so the data model never
    mapped correctly. I've fixed this. Since I'm unsure if there's any likelihood of
    the event type being an integer instead of a string, I've opted to manually cast
    it to a string when comparing
    ben-githubs committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5d35591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129fa29 View commit details
    Browse the repository at this point in the history
  3. chore: made linter happy

    ben-githubs committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cfd1a25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35ad28e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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