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
javascript: fix "form.submit is not a function" errors
use HTMLFormElement.prototype.submit.call(document.forms[0]) on all
Javascript auto-submit POST forms; affects:
- OpenID Connect Implicit response type (OIDCResponseType id_token *)
- Form Post response type (OIDCResponseMode form_post)
- send authentication request via POST binding
(OIDCProviderAuthRequestMethod POST)
- preserving POST data (OIDCPreservePost On)
Signed-off-by: Hans Zandbelt <[email protected]>
0 commit comments