Single sign on SSO注销错误

Single sign on SSO注销错误,single-sign-on,ibm-cloud,logout,Single Sign On,Ibm Cloud,Logout,查看要注销的单点登录服务的文档 我已将注销链接添加到我的应用程序: https://my-app-1x7de4msey-cl12.iam.ibmcloud.com/idaas/mtfim/sps/idaas/logout 但是,当我单击上面的注销链接时,我会出现以下错误: Unable to accept the request to the unknown address, /mtfim/sps/idaas/logout. This is not a problem with the SP

查看要注销的单点登录服务的文档

我已将注销链接添加到我的应用程序:

https://my-app-1x7de4msey-cl12.iam.ibmcloud.com/idaas/mtfim/sps/idaas/logout
但是,当我单击上面的注销链接时,我会出现以下错误:

Unable to accept the request to the unknown address, /mtfim/sps/idaas/logout. This is not a problem with the SPS.

但是,这正是他们在文档中指定的URL。有什么想法吗

同样的问题。你能修好它吗?是的,我会尽力记住;)<代码>var logoutissuerid='https://'+发卡机构id+'/idaas/mtfim/sps/idaas/logout';路由(sso_logout_uri).all(函数(req,res){req.logout();res.redirect(logoutissuerid);})确保从登录名问题中获取
颁发者\u id
。你能修好它吗?是的,我会尽力记住;)<代码>var logoutissuerid='https://'+发卡机构id+'/idaas/mtfim/sps/idaas/logout';路由(sso_logout_uri).all(函数(req,res){req.logout();res.redirect(logoutissuerid);})确保从登录中获取
发卡机构id