Any config using oAuth2 authentication flow.
oAuth2 redirect page does not work with Internet Explorer 11, the redirect page get stuck on an empty webpage (oauth2-redirect.html) with an error (in french sorry):
SCRIPT5007: Impossible d鈥檕btenir la propri茅t茅 芦 swaggerUIRedirectOauth2 禄 d鈥檜ne r茅f茅rence null ou non d茅finie
It says 'Impossible to obtain the property "swaggerUIRedirectOauth2" from a null or undefined reference'.
Try to use oAuth2 with Internet Explorer 11
I except the window to close and be back authenticated on Swagger UI interface (like in Chrome).
It seems that window.opener is undefined in Internet Explorer which cause this issue
Hit this too. Are there any workarounds?
I have the same issue too. window.opener is null in IE11 and Microsoft Edge. Do we have a solution for this?
Same problem here. I found out that adding the page to the "trusted sites" in IE resolves the problem for both IE and Edge.
Same issue here. Any resolution for this one? This should be a high priority issue if oAuth2 fails when using IE.
IE is no longer supported. https://github.com/swagger-api/swagger-ui/issues/5808#issuecomment-576953636