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

When following a link that prompts sign in through SAML or Multi-Auth the destination page is not lost #1557

Merged
merged 16 commits into from
Aug 24, 2023

Commits on Aug 17, 2023

  1. Fix bug with nextUrl using SAML and multiauth enabled

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5800345 View commit details
    Browse the repository at this point in the history
  2. Add saml multiauth tests

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ee02908 View commit details
    Browse the repository at this point in the history
  3. uncomment

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1e6f826 View commit details
    Browse the repository at this point in the history
  4. Headless

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a864b90 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Create a function and add another test where nextUrl is empty

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1c3f3d9 View commit details
    Browse the repository at this point in the history
  2. app/home

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5e7fb59 View commit details
    Browse the repository at this point in the history
  3. Use comma separated list

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c9409a8 View commit details
    Browse the repository at this point in the history
  4. Pass option multiple times

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    351cba7 View commit details
    Browse the repository at this point in the history
  5. Add to DEVELOPER_GUIDE

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4d2c1b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ea4f36 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    57aa442 View commit details
    Browse the repository at this point in the history
  2. Remove unused param

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    07facc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37be795 View commit details
    Browse the repository at this point in the history
  4. Remove unused

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e5479f3 View commit details
    Browse the repository at this point in the history
  5. Move function to login-page

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    19368da View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Add unit tests for extractNextUrlFromWindowLocation

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1a994d4 View commit details
    Browse the repository at this point in the history