Return Home Realm Identifier WSO2 Identity Server

萝らか妹 提交于 2019-12-11 09:05:56

问题


As we know from this documentation ,

If you add in the SAML Request the fidp query parameter with the Home Realm Identifier value , WSO2 Identity Server can use this information and respond with the specified login.

My question is if it is possible the opposite procedure in any way. If it is possible the WSO2 Identity Server to provide (as a claim ? ) the Home Realm Identifier value in the SAML Array Response.

The question concerns the latest public available WSO2 Identity Server version (5.3.0)


回答1:


It seems like you want the list of authenticated IdP with the response. There's a service provider level configuration for this but the IdP information will be sent as a response parameter and not as a part of the SAML response.

In the management console service provider configs, expand the Local & Outbound Authentication Configuration section and tick Always send back the authenticated list of identity providers.

The response parameter name is AuthenticatedIdPs and the value is a base64 endcoded JWT.



来源:https://stackoverflow.com/questions/46887680/return-home-realm-identifier-wso2-identity-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!