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

Add --origin Argument for Handling Single Page Application Refresh Tokens #99

Merged
merged 8 commits into from
Sep 27, 2024

Commits on Aug 21, 2024

  1. Update auth.py

    Added origin attribute to be appended to HTTP requests when using Browser based tokens.
    so-lcain authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d348d3d View commit details
    Browse the repository at this point in the history
  2. Update auth.py

    Added static origin values for Azure portal client ID.
    so-lcain authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e685679 View commit details
    Browse the repository at this point in the history
  3. Update gather.py

    Updated checktoken function to use authenticate_with_refresh_native and v2 custom methods instead of Microsoft adal.
    so-lcain authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3e87faa View commit details
    Browse the repository at this point in the history
  4. Update gather.py

    Corrected try and except statements
    so-lcain authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    205b2b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update gather.py

    Modify expire time to utilize token values returned from authenticate_with_refresh_token_native functions.
    so-lcain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e82e6bb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update gather.py

    so-lcain authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1e30365 View commit details
    Browse the repository at this point in the history
  2. Update gather.py

    so-lcain authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e3ab87f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Origin Header Efficiency Improvements

    Improvements to more efficiently handle adding "Origin" header to Single Page Application token refresh requests. Removed static client id, implemented a static header for adal when self.origin is set in Auth.py, updated checktoken function in gather.py to use adal authorization with refresh token instead of native, removed unnecessary comments.
    so-lcain committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    bc47c8a View commit details
    Browse the repository at this point in the history