Skip to content

Generate JSONP callback in SingleSignOutHandler#1072

Merged
mmoayyed merged 2 commits intoapereo:masterfrom
mattj65817:mattj65817/front-channel-jsonp-callback
Nov 5, 2025
Merged

Generate JSONP callback in SingleSignOutHandler#1072
mmoayyed merged 2 commits intoapereo:masterfrom
mattj65817:mattj65817/front-channel-jsonp-callback

Conversation

@mattj65817
Copy link
Copy Markdown
Contributor

Generates a JSONP callback response in SingleSignOutHandler.java if a callback parameter is present in the request.

This is done to satisfy the jQuery Ajax call in casPropagateLogoutView.html. It is configured with dataType: "jsonp" but there is nothing else in the filter chain to generate a callback, so the JSONP request is never actually satisfied.

@mattj65817
Copy link
Copy Markdown
Contributor Author

mattj65817 commented Oct 24, 2025

Looks like I accidentally reformatted SingleSignOutHandler.java. I'll undo that.

Done.

@mmoayyed mmoayyed merged commit 6d2264b into apereo:master Nov 5, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants