我正在使用套索包,用于SAML注销。 对于initRequest我正在 ProfileUnsupportedProfileError:
<ProfileUnsupportedProfileError(-409): Unsupported protocol profile>
有人可以给出解决方案,为什么我遇到此错误。 在套索包中,我也没有找到此异常错误。
logout = lasso.Logout(lassoServer)
logout.setSessionFromDump(relay_state['session_data'])
logout.initRequest(None, lasso.HTTP_METHOD_REDIRECT)