We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba21dc3 commit 8a4fae5Copy full SHA for 8a4fae5
ChangeLog
@@ -2,6 +2,8 @@
2
- fix usage of OIDCPreservePostTemplates, regression in 2.4.17; see #1325; thanks @perry19987
3
- javascript: use HTMLFormElement.prototype.submit.call(document.forms[0]) on all Javascript
4
auto-submit POST forms to prevent browser Javascript error: "form.submit is not a function"
5
+ which would occur when an element (i.e. the submit button) in a HTML form has a name or id
6
+ with a value "submit" and OIDCPreservePost is set to On
7
affects:
8
- OpenID Connect Implicit response type (OIDCResponseType id_token *)
9
- Form Post response type (OIDCResponseMode form_post)
0 commit comments