Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
1775190c
Commit
1775190c
authored
Apr 15, 2021
by
michael.simon
Browse files
add complete SAMLResponse to trace output
parent
b3c8d504
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-service/src/main/java/edu/kit/scc/webreg/service/impl/UserUpdater.java
View file @
1775190c
...
...
@@ -363,6 +363,10 @@ public class UserUpdater implements Serializable {
*/
samlResponse
=
attrQueryHelper
.
query
(
user
,
idpEntity
,
idpEntityDescriptor
,
spEntity
);
if
(
logger
.
isTraceEnabled
())
logger
.
trace
(
"{}"
,
samlHelper
.
prettyPrint
(
samlResponse
));
}
catch
(
SOAPException
e
)
{
/*
* This exception is thrown if the certificate chain is incomplete e.g.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment