Reputation: 75
We would like to ship wso2 IS with our product.Instead of adding service providers manually through console, we want to pre-configure with some default identity providers and Service providers. I was expecting some xml files by which I can configure these. But seems like there is no such file and previous versions of IS has SCIM rest points to add SP configurations, I don't see them with IS 5.0. Any idea on how to go about this?
Upvotes: 2
Views: 814
Reputation: 5821
There is file that you can configure the service providers. You can locate the sso-idp-config.xml
file in <IS_HOME>/repository/conf/security
directory. You can find a pre-configured service provider inside this file. It is the Identity Server dashboard (you can access it https://{hostname}:{port}/dashboard/
). You can configure multiple service providers using this file. It is important to note that, once you configure using this file, configured service providers would be available for all the tenants of the Identity Server. Also, you can NOT edit these configured service providers from UI.
Upvotes: 1