Skip to content

Escape ampersands when creating AuthnRequests - #201

Open
logston wants to merge 1 commit into
SAML-Toolkits:masterfrom
15five:escape-ampersand
Open

Escape ampersands when creating AuthnRequests#201
logston wants to merge 1 commit into
SAML-Toolkits:masterfrom
15five:escape-ampersand

Conversation

@logston

@logston logston commented Jul 15, 2020

Copy link
Copy Markdown

In some cases, the IdP singleSignOnService or singleLogoutService url
values will contain a query string and that query string will contain
an ampersand ("&"). If not escaped, this ampersand will prevent valid
XML creation by python3-saml and thus the IdP will not be able to
correctly parse the received AuthnRequest.

In some cases, the IdP singleSignOnService or singleLogoutService url
values will contain a query string and that query string will contain
an ampersand ("&"). If not escaped, this ampersand will prevent valid
XML creation by python3-saml and thus the IdP will not be able to
correctly parse the received AuthnRequest.
@logston
logston force-pushed the escape-ampersand branch 2 times, most recently from 62ce727 to b4c7cb9 比较 July 15, 2020 17:13
@pitbulk
pitbulk force-pushed the master branch 2 times, most recently from 4fa3934 to acef8eb 比较 December 26, 2022 01:53
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

项目

None yet

Development

Successfully merging this pull request may close these issues.

2 participants