Fix IE failing when authenticating with IdP from main site's /signin
* window.name is used to keep track of where to redirect the user once authentication with the IdP is complete. IE was losing window.name when redirected to the IdP because it was set from within the dialog. * Set the window.name to auth_with_primary when window.open is called. * Update WinChan to use the version that allows the setting of window.name
Showing
- resources/static/auth_with_idp/main.js 0 additions, 4 deletionsresources/static/auth_with_idp/main.js
- resources/static/authentication_api.js 4 additions, 0 deletionsresources/static/authentication_api.js
- resources/static/common/js/lib/winchan.js 2 additions, 1 deletionresources/static/common/js/lib/winchan.js
- resources/static/pages/js/page_helpers.js 6 additions, 0 deletionsresources/static/pages/js/page_helpers.js
Loading
Please register or sign in to comment