Skip to content

Conversation

@JonasPrimbs
Copy link

Added references to OpenID Connect response modes and addressed browser-swapping attack mitigation strategies.

Added references to OpenID Connect response modes and addressed browser-swapping attack mitigation strategies.
@OllieJC
Copy link

OllieJC commented Nov 5, 2025

Just throwing in another potential mitigation:

  • use POSTs with the authorisation endpoint (currently a MAY, could we bump to a SHOULD?)
  • auth servers should for a given client allow specifiying expected auth request URI method and then fail if request with another method is used
  • use response_mode=form_post
  • again, auth servers should allow specifiying expected response_mode and fail if different

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