Reputation: 165
We build the SSO in my application for login using SAML 2.0. Here I want to build IDP initiated SLO for logout.
Question 1. What configuration we need to do in IDP to initiate SLO?
Please help me
Upvotes: 3
Views: 1096
Reputation: 165
Build both SP initiated and IDP initiated SLO in SP application and based on IDP SLO configuration(third party application), we can enable SP or IDP or Both initiated SLO.
Check more details about SLO using SAML 2.0.
Upvotes: 1
Reputation: 473
For the second question I would recommend to use onelogin toolkits.
You can choose from ASP/.NET, Java, PHP, Python and Ruby. For example PHP toolkit documentation shows in details how to implement every step of login/logout process. There is a similar section for Ruby.
Upvotes: 1