Currently initiating a SLO request from another SP, and I'm noticing that my NameId being parsed out from my SP. After looking into the issue it seems the NameId isn't being decrypted within the handle_logout_request function in client.py.
Is there a configuration that can be set via the SP arguments that would resolve this issue?
Current error message I'm receiving is the Wrong user, which is found in on line 522 within client.py.
Currently initiating a SLO request from another SP, and I'm noticing that my
NameIdbeing parsed out from my SP. After looking into the issue it seems theNameIdisn't being decrypted within thehandle_logout_requestfunction inclient.py.Is there a configuration that can be set via the SP arguments that would resolve this issue?
Current error message I'm receiving is the
Wrong user, which is found in on line 522 withinclient.py.