Questions tagged [single-sign-out]
6 questions
2
votes
0 answers
Duende IdentityServer 6.1.6 - Not able to Single Signout between implicit vs authorization_code grant type
Please help us on below issues-
We are not able to perform Sigle Signout between our apps -
Angular 13 application (implicit flow) [angular-oauth2-oidc package]
Dot Net Framework Asp.Net MVC application (authorization_code) [Frontend Channel Logout…

Ghanshyam Shukla
- 103
- 1
- 12
1
vote
2 answers
Logout_hint parameter not being added to AAD identity provider logout URL in B2C custom policy
I am trying to add a logout_hint parameter to the logout URL for a B2B identity provider in an Azure AD B2C custom policy.
I have verified that the login_hint parameter is being added correctly to the user's token claims, and have checked that the…

Andrii Dovhal
- 11
- 2
0
votes
1 answer
Keycloak: Logout from client application doesn't logout user from Kibana
I have two applications that are registered as client with Keycloak. First application is custom developed and uses spring security to handle the logout.
Code snippet for logout:
@Bean(name = "logoutFilter")
public LogoutFilter…

Varun
- 35
- 1
- 6
0
votes
0 answers
Azure B2C logs out but user can sign in without credentials again
Setup Overview
I am using B2C custom policies for sign-in flow in react application using msal-react and msal-browser packages. The user is able to log in properly for the first time after entering credentials. Now when the user clicks logout, B2C…

Priyanka Thakur
- 21
- 4
0
votes
0 answers
log out not working on ruby on rails devise
my terminal error while signout.
Started GET "/users/sign_out" for 127.0.0.1 at 2022-11-19 20:14:21 +0530
ActiveRecord::SchemaMigration Pluck (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY…

Ican Doit
- 1
- 1
0
votes
0 answers
When is the SAML logout callback invoked with Auth0 as the SAML IdP?
I have Auth0 as SAML IdP, connected to an AWS Cognito User Pool used as Service Provider (SP).
Login works fine, but I am having trouble getting Auth0's SAML logout callback to fire at all.
I've followed the guide found here:…

Ricardo Nolde
- 33,390
- 4
- 36
- 40