Closed RoLYroLLs closed 2 years ago
Looks like the claim containing the state information needed for logout is completely missing (ClaimType http://Sustainsys.se/Saml2/LogoutNameIdentifier
) Are you doing custom claims transformation that removes that claim?
@AndersAbel we do have custom transformation claims, but not aware of any "removal" of logout claims. How can I check as I'm not that familiar with ADFS?
Thank you.
Hello, I've been using the docs and looking up answers and asking questions on stack overflow to get this implemented on my site. One of the last things I'm trying to work out is triggering a logout on my IDP.
I have and ASP.Net Web Forms app using the
HttpModule
and addedNLog
as theILoggerAdapter
. I'm also using SDFS as my IDP.Currently, I'm getting empty values for the requirements for federated logout.
I'm looking through the source to see where the values come from and how those values get added so I can trace where the problem is.
My
web.config
is as follows:I'm hoping I can get some better guidance on what to check for to diagnose the problem. I am able to download the metadata and I'm wondering if the metadata is not being read properly or what.
Thanks in advance!