Add more logging to adfs cufs login
This commit is contained in:
parent
31fa6d26f2
commit
b668a277ca
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ class LoginHelper(
|
|||
)
|
||||
))
|
||||
|
||||
logger.debug("Page title after credentials sent: ${res.title}")
|
||||
|
||||
return certificateAdapter.fromHtml(api.sendADFSForm(
|
||||
res.action, mapOf(
|
||||
"wa" to res.wa,
|
||||
|
|
Loading…
Reference in a new issue