Santhosh Devadiga
Santhosh Devadiga

Reputation: 165

What configuration to do in IDP to initiate SLO and how to consume IDP initiated SLO response in SP using SAML 2.0

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?

  1. How to consume IDP initiated SLO response in SP using SAML 2.0?

Please help me

Upvotes: 3

Views: 1096

Answers (2)

Santhosh Devadiga
Santhosh Devadiga

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

Michał Maluga
Michał Maluga

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

Related Questions