Questions tagged [single-logout]

55 questions
0
votes
1 answer

Logout from one session on aws cognito java

How can i logout the user from only one session using aws sdk compared to using globalSignout that logouts from all active sessions? I looked around few other questions. one of them mentioned to use AdminForgetDevice method that'll force the user to…
karthik
  • 33
  • 8
0
votes
1 answer

Identity4 back-channel logout SSO/SLO not working for all clients

I have implemented backchannel logout and the URL is calling for all clients but it is not signout from all clients Scenario Client-A login Client-B login Clicked the Logout button from Client-A, Redirect to the identity server logout…
leo
  • 451
  • 1
  • 3
  • 12
0
votes
1 answer

identity server 4 Logout from all clients using FrontChannelLogoutUri not working

Here I want to achieve the SSO feature. if I logout from Identity server all clients connected to that with that userid should be logged out. But it is working for me. I am using Identity Server Version="4.0.0" I have setup the IDS clients , UI…
0
votes
1 answer

SAML Single Logout for Keycloak

I'm trying to implement single logout for SAML in keycloak and the documentation doesn't mention this properly and is confusing. I was looking for exact steps on how to implement it. So far, what i have done is: Generate the logout request payload,…
0
votes
0 answers

TypeError: null is not an object (evaluating '_firebase.default.auth().currentUser.displayName')

**Please Help anyone. I can't log out of Firebase. It continuously giving me an error. Here is my code below. ** I have tried the authentification of the current user, but it still says that the current user object is null, and a user is an object.…
0
votes
0 answers

There is no pending identity provider logout request

I'm using ComponentSpace for SSO which is working fine, but it gives error when I try to SendSLO from the SP, where SLO is initiated by the ADFS server (IdP). The code: bool isRequest = false; string logoutReason = null; …
Sunny Drall
  • 844
  • 9
  • 20
0
votes
2 answers

SP initiated Single Logout receives a SAML logout request from ADFS IDP instead of SAML Logout Response

I'm currently integrated with a client that is using SAML2.0 and ADFS2.0. We are the Service Provider, and they are the Identity Provider. Everything related to single sign-on works as intended, but single logout behaves strangely sometimes. For…
0
votes
1 answer

single logout provides laravel_session, how do I match this to the user session in my app

We have configured azure ad b2c single logout functionality and added a logout url to an application. When we sign into this application, and sign in to a second application, then logout from the second application, Azure AD B2C succesfully sends a…
Jasper
  • 3
  • 1
0
votes
0 answers

Azure B2C Single Logout not working in Edge or IE11

I have 3 ASP.Net Webforms sites using AAD B2C single sign-on, which is working perfectly fine an all browsers. However, I cannot get single logout to work in Edge or IE11, but logging out of each site individually works OK. When using the likes of…
0
votes
0 answers

OWIN Authentication with Azure AD B2C OP: SIgnOut Doesn't Remove Cookie when Called from External iFrame

I have an authentication module in Umbraco using OWIN/OIDC, authenticating against our Azure AD B2C resource. As part of this module, there is a LogOut controller method, which is working correctly. We are trying to develop single sign out for…
0
votes
1 answer

Problem with Keycloak and logout from SAML identity provider

I have problem with Keycloak's configuration and Single Logout from SAML Identity Provider. Scenario: User tries to log into Service Provider using Keycloak's client (OID) KC redirects to SAML identity provider Entering correct credentials, user is…
0
votes
0 answers

Okta SP initiated Single Logout(SLO) configuration with Spring Security WebSecurityConfigurerAdapter

I am using SAML authentication for my Spring boot application with Okta as IdP. The Single Signon(SSO) configuration is done and working as expected. But I am stuck with configuring Single Logout(SLO). I want to use SP initiated Logout. Please…
Vamsi Vegesna
  • 87
  • 1
  • 15
0
votes
0 answers

Joomla show system message after logout

i created a menu item for the logout using a standard joomla user menu item named "Logout". In the menu item it shows me this link: index.php?option=com_users&view=login&layout=logout&task=user.menulogout (the logout redirect is set to link to a…
Maiky
  • 1
  • 2
0
votes
1 answer

SAML: Idp initiated sign out on Azure AD user deletion?

Not sure how to go about the following scenario: User logs in with SAML using in an Azure enterprise configured application. User authenticated succesfully. If user now logs out from Azure -> I can catch this event using the logout url. However if…
0
votes
0 answers

WSO2 IS 5.9 logout : No Established Sessions corresponding to Session Indexes provided

Informations setup : WSO2 Identiy server version : 5.9. I’m using WSO2 IS to add SSO in my PHP Project. I have created SAML SSO service provider for PHP SAML in wso2. Service Provider : Issuer : …