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
{{ message }}
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.
Follow-on to #44 and #185.
ScudCloud 1.65 opens the SAML authentication link in a new browser window instead of continuing in-app for Slack teams using Auth0.
Steps to reproduce
mozilla.slack.com
in ScudCloudExpected behavior
Actual behavior
Root Cause
The SAML URL does not have a
?redir=...
query parameter, so it fails to matchSSO_URL_RE
:scudcloud/scudcloud/resources.py
Line 11 in e8f246a
Possible Solution
Shorten the regex to not examine the URL's query string:
(Worked for me, at least)
The text was updated successfully, but these errors were encountered: