django-oidc-provider/oidc_provider/templates/oidc_provider
Morgan Aubert bdb2fdb8f5
Fixed infinite callback loop in check-session iframe
This commit fixes the JS callback defined in the check-session iframe which can produce infinite callback loops if the received message doesn't come from the relying
party. In that case another message is posted to the source of the message (which can be the OP itself) thus resulting in an infinite loop because "error" messages are
continuously generated by the callback function.
2018-03-28 10:34:01 -04:00
..
authorize.html Add verbose name and description for scopes. 2016-06-16 17:18:39 -03:00
check_session_iframe.html Fixed infinite callback loop in check-session iframe 2018-03-28 10:34:01 -04:00
error.html Change name of the package. 2015-02-18 15:07:22 -03:00
hidden_inputs.html Bump version v0.3.3. 2016-05-03 12:17:22 -03:00