Add saml2 authentication support for HttpSender#8014
Conversation
….java Co-authored-by: Niels Meijer <nielsmeijer@hotmail.com>
…ttps://github.com/frankframework/frankframework into 3045/uniform-authentication-method-for-httpsender
… 7683/saml2-support
….java Co-authored-by: Niels Meijer <nielsmeijer@hotmail.com>
core/src/main/java/org/frankframework/http/authentication/SamlAssertionOauth.java
Fixed
Show fixed
Hide fixed
core/src/main/java/org/frankframework/http/authentication/SamlAssertionOauth.java
Fixed
Show fixed
Hide fixed
core/src/main/java/org/frankframework/http/AbstractHttpSession.java
Outdated
Show resolved
Hide resolved
nielsm5
left a comment
There was a problem hiding this comment.
Een paar kleine zeurpuntjes maar een fantastische uitbreiding op het vorige PR!
core/src/main/java/org/frankframework/http/authentication/SamlAssertionOauth.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/frankframework/http/authentication/SamlAssertionOauth.java
Outdated
Show resolved
Hide resolved
| return doc; | ||
| } | ||
|
|
||
| public String documentToString(Document document) throws Exception { |
There was a problem hiding this comment.
Heel misschien zou je XmlUtils.nodeToString(.., ..) kunnen gebruiken. Ik zie alleen dat OMIT_XML_DECLARATION daar standaard op true staat. Mogelijk maakt dat niet uit.
There was a problem hiding this comment.
Die twee properties zijn heel erg belangerijk, omdat anders de signature niet meer klopt. Ik had het hier gisteren ook met Tim over en we kwamen tot de conclusie dat er niet echt iets bruikbaars in XmlUtils zat voor mij.
core/src/main/java/org/frankframework/http/authentication/SamlAssertionOauth.java
Outdated
Show resolved
Hide resolved
…AssertionOauth.java Co-authored-by: Niels Meijer <nielsmeijer@hotmail.com>
…k/frankframework into 7683/saml2-support
core/src/main/java/org/frankframework/http/authentication/SamlAssertionOauth.java
Outdated
Show resolved
Hide resolved
|
@thomaspj10 Zou je alsjeblieft ook even maar de Sonar meldingen kunnen kijken? |
|



Closes #7683