Questions tagged [single-logout]

55 questions
5
votes
0 answers

Spring-boot single sign-out using Keycloak

Description I created an application which uses Keycloak 12.0.1 as identity provider. Single sign-on works fine, 'local logout' as well. The Problem is the single sign-out. I searched for documentations and issues in the web but found nothing…
derBobby
  • 86
  • 1
  • 7
5
votes
2 answers

CAS Database Authentication is not working

Continuation of my earlier question. I'm working on CAS 5 to modify according to my needs. With help of CAS tutorial now I've done customized authentication. Now I've added below dependency to pom.xml to connect to database by following link. …
nay
  • 95
  • 12
4
votes
0 answers

Angular angular-auth-oidc-client identity4 SLO SSO Logout from all clients not working

I could not achieve single signout from all clients in angular. The code I used is on below. The logout function is calling from angular app and signoff from the current application but it is not signout from all client (other angualr applications…
2
votes
0 answers

Kong OIDC plugin logout - session still valid after OP logout

We are using kong-oidc plugin with our Kong setup. Okta is acting as OP/IdP for OIDC. The configuration works fine for login activity, redirection to Okta takes place, authentication happens and session is established at kong. However, regarding…
Jahanzaib
  • 121
  • 2
  • 9
2
votes
0 answers

Failed to resolve any signing credential in Okta Saml2 Single Logout configuration

I have the following configuration in my application.yaml file: security: saml2: relyingparty: registration: okta: signing: credentials: certificate-location: "classpath:saml/okta.crt" …
2
votes
1 answer

Spring Security Keycloak Adapter cannot handle single sign-out when logout from another tab in browser

I have implemented a spring boot web app using spring security and Keycloak to authenticate users based on this tutorial. I used maven, spring boot 2.2.2 and Keycloak 8.0.1. All things works correctly except a problem in single sign-out. When I open…
1
vote
0 answers

Not able to configure SLO in Okta

I am trying to implement Single LogOut from my Service Provider using Okta. I have the app configured in Okta. The SSO is working fine. Just that when I am logging out of the application it is not logging me out of Okta as a result if I re login it…
1
vote
0 answers

Force Logout in OneLogin does not send SAML Logout Request

I want to SSO/SLO from my native app, SSO works but SLO does not work. I have Force Logouted the SAML initiator in the SSO configuration with both OneLogin and SP, but no SAML Logout Request is sent to my SLO endpoint. SSO worked with either SAML…
t-nakajima
  • 11
  • 1
1
vote
0 answers

OpenIddict front & back channel logout

Can someone point me in the right direction about OpenIddict and https://openid.net/specs/openid-connect-backchannel-1_0.html https://openid.net/specs/openid-connect-session-1_0.html https://openid.net/specs/openid-connect-frontchannel-1_0.html
LyubomirL
  • 87
  • 8
1
vote
1 answer

Setting AcceptUnsignedLogoutResponses in web.config for Sustainsys.Saml2

I'm trying to enable this AcceptUnsignedLogoutResponses setting that was added here https://github.com/Sustainsys/Saml2/commit/22f1605eba659641a5a46edb20458b1b050c93af in order to handle Identity providers that don't sign their logout…
AlfonsoML
  • 12,634
  • 2
  • 46
  • 53
1
vote
2 answers

Correct interpretation of SAML ForceAuthn parameter

The SAML standard defines the ForceAuthn attribute of as follows: A Boolean value. If "true", the identity provider MUST authenticate the presenter directly rather than rely on a previous security context. If a value is not provided,…
Adrian Lopez
  • 1,695
  • 1
  • 16
  • 22
1
vote
1 answer

Single log out issue

I'm trying to implement single logout using redirect in my ASP.Core 3.1.10 aplication. I've used code from https://www.itfoxtec.com/identitysaml2. Logout POST request result is 303 (User.Identity.IsAuthenticated becomes false), but the next GET…
1
vote
1 answer

WSO2 LOGOUT ISSUE in SSO

I'm using WSO2 IS to enable SSO for a service provider implemented in java. I want to perform logout and return to the home page of my SP but when I logout I get the following error: POST logout URI does not match with registred callback URI Any…
John Marie
  • 11
  • 2
1
vote
1 answer

Keycloak | OIDC Backchannel (Single) Logout with Spring Security

I am trying to implement a single logout using the backchannel logout introduced in Keycloak 12 and Spring Security. This topic seems to be really new and not trivial, because I can’t find any examples on the internet. Therefore I hope for your…
André
  • 464
  • 4
  • 17
1
vote
1 answer

Ensure logout at identity provider - Azure AD b2c, OIDC

We have implemented an asp.net solution that uses Azure AD B2C and OpenIdConnect. The user is able to log in using email and password stored in azure b2c. Everything is fine. We have then added an external identity provider. This enables the user to…
Nikolaj
  • 429
  • 4
  • 16
1
2 3 4