You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sso): re-auth on profile switch + support MAUA (#1226)
* fix(sso): add select_account for MAUA (multiple account user auth)
* fix(sso): re-auth
* refactor(sso): only set hints if non-empty string
* refactor(sso): only set select_account for profile create
* refactor(sso): update code and tests to use /current_customer endpoint
* refactor(sso): update error message to reflect new API call
Co-authored-by: Patrick Hamann <[email protected]>
* fix(sso): remove unnecessary header
* doc(sso): correct CurrentCustomerResponse annotation
* doc(testutil): correct CurrentCustomerClient/CurrentCustomerResponse annotation
* fix(profile/list): use corrert format type for output
* fix(profile/delete): spacing around success output
* fix(profile/list): spacing around success output
* fix(profile/switch): make sure auth server is running
---------
Co-authored-by: Patrick Hamann <[email protected]>
0 commit comments