Skip to content

feat: include AssertionConsumerServiceURL in outbound AuthnRequest#103

Merged
william-suppo merged 1 commit into
masterfrom
feat/acs-url-authn-request
Jun 26, 2026
Merged

feat: include AssertionConsumerServiceURL in outbound AuthnRequest#103
william-suppo merged 1 commit into
masterfrom
feat/acs-url-authn-request

Conversation

@william-suppo

Copy link
Copy Markdown
Contributor

Summary

  • Adds ACSUrlAction to SsoSpSendAuthnRequestActionBuilder so the AssertionConsumerServiceURL attribute is automatically included in outbound AuthnRequest when an HTTP-POST ACS endpoint is declared in the SP metadata
  • When no matching endpoint is found, the action skips silently (debug log) instead of throwing an exception, preserving backward compatibility with existing setups
  • Updates ACSUrlActionTest to reflect the new non-throwing behavior

Closes #70

Add ACSUrlAction to SsoSpSendAuthnRequestActionBuilder so the ACS URL
is automatically set on outbound AuthnRequests when an HTTP-POST ACS
endpoint is declared in the SP metadata. If none is found, the action
skips silently (debug log) instead of throwing, preserving backward
compatibility.

Closes #70
@william-suppo william-suppo merged commit a6b1541 into master Jun 26, 2026
9 checks passed
@william-suppo william-suppo deleted the feat/acs-url-authn-request branch June 26, 2026 07:14
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.

Add ACS URL to AuthnRequest

1 participant