issues
search
wso2-extensions
/
identity-outbound-auth-samlsso
Apache License 2.0
5
stars
117
forks
source link
Fix SAML artifact binding failure due to content type issue
#138
Closed
ShanChathusanda93
closed
2 years ago
ShanChathusanda93
commented
2 years ago
Changes in this PR
Fixes
https://github.com/wso2/product-is/issues/13026
Issue was having a
;
in the content type. Using the
ContentType.create(String, String)
method resolved the issue.
Changes in this PR
;
in the content type. Using theContentType.create(String, String)
method resolved the issue.