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 AuthUrlAction to override UrlAction for SSO auth #545

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

synfinatic
Copy link
Owner

This basically reverts #491 and goes back to unique Firefox containers for each SSO provider/AWS SSO instance. The AuthUrlAction does allow you to pick a single SSO instance to use your default browser via open to re-use the existing session cookies you might already have.

Fixes: #524

@codecov
Copy link

codecov bot commented Aug 20, 2023

Codecov Report

Merging #545 (c4309d9) into main (b616c68) will increase coverage by 0.26%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #545      +/-   ##
==========================================
+ Coverage   80.58%   80.84%   +0.26%     
==========================================
  Files          25       25              
  Lines        2941     2949       +8     
==========================================
+ Hits         2370     2384      +14     
+ Misses        500      496       -4     
+ Partials       71       69       -2     
Files Changed Coverage Δ
sso/awssso_auth.go 85.45% <100.00%> (+3.15%) ⬆️
sso/config.go 92.00% <100.00%> (+0.26%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b616c68...c4309d9. Read the comment docs.

@synfinatic synfinatic force-pushed the multiple-sso-sessions branch 2 times, most recently from 2804752 to 5c4e0ca Compare August 20, 2023 14:43
This basically reverts #491 and goes back to unique Firefox
containers for each SSO provider/AWS SSO instance.  The
AuthUrlAction does allow you to pick a single SSO instance
to use your default browser via `open` to re-use the existing
session cookies you might already have.

Fixes: #524
@synfinatic synfinatic merged commit e0d22bf into main Aug 20, 2023
7 checks passed
@synfinatic synfinatic deleted the multiple-sso-sessions branch August 20, 2023 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple SSO instances + browser sessions issue
1 participant