Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
23 views

I am currently following the 2nd Quickstart of Duende IdentityServer: https://docs.duendesoftware.com/identityserver/quickstarts/2-interactive/ I have created the IdentityServer as well as the RP ...
jbol's user avatar
  • 1
0 votes
1 answer
86 views

I’m using AWS Cognito with Google as an Identity Provider in a Next.js app. I am using AWS managed login as well. Sign-in works correctly, tokens are received, and the user session persists. However, ...
codernoob8's user avatar
0 votes
0 answers
71 views

I recently worked on a PHP based project and it implemented Keycloak SSO login system. There are three apps (let's say App-1, App-2, and App-3) that are using the SSO. App-1 also implemented ...
HKL's user avatar
  • 1
0 votes
0 answers
51 views

I wanted to ask that there is something wrong with one of my endpoints, the endpoint seems to be blocked for some reasons, I have other endpoints that are giving response but this one fails.See the ...
Rinkesh Kumar Sinha's user avatar
0 votes
0 answers
53 views

I am trying to use a code like the following to logout using AWS Cognito: private navigateToLogout(): void { try { const clientId = '1234213421423'; const currentUrl = window....
adrCoder's user avatar
  • 3,315
0 votes
0 answers
56 views

I'm facing an inconsistent logout issue in a Next.js app using next-auth. The user is redirected after calling the logout function, and tokens are supposed to be cleared. While most of the time ...
ambreen akmal's user avatar
0 votes
2 answers
145 views

I need help. "How can I log out a user in Angular when they close the browser tab instead of clicking the logout button, so that the next time they try to access the application, they have to log ...
ivan's user avatar
  • 1
1 vote
1 answer
91 views

I am using POSTMAN to send API Requests.I have been logged in through API and got a token. When I try to log out using that particular token it display output as "not logged in" This is the ...
bibashmanjusubedi's user avatar
0 votes
0 answers
18 views

Before logging out, should I check for a valid JWT token? i.e. authenticate a client. Which is best? Authenticating or skipping authentication?
Sufiyan Malik's user avatar
0 votes
1 answer
62 views

I have a banking website and I am implementing as case where, when a user tries to refresh browser it should show a warning popup which states that you will be sign out and if user click on that ...
Karan's user avatar
  • 45
1 vote
0 answers
295 views

I created a custom keycloak theme. It works great for the login and register page, after I configured the login theme in the keycloak admin console. I created a logout.ftl to style the logout page (I ...
P D's user avatar
  • 45
0 votes
1 answer
393 views

I am using NextAuth.js for authentication in my Next.js application. Everything works fine when logging in—if I log in on one tab, opening the same project in another tab automatically shows the user ...
janfishan's user avatar
0 votes
1 answer
206 views

I am new to Keycloak, but I have set up a Keycloak server, the installation, configuration, and access to my web application. Authentication goes through a custom SPI for read-only access to a ...
folded_bamboo's user avatar
0 votes
0 answers
43 views

Context I'm implementing a logout feature in my Spring Boot application that clears an authentication cookie and returns a success message: @RestController @RequestMapping("/auth") public ...
null-point-exceptional's user avatar
0 votes
3 answers
78 views

I am developing a website and testing the logout functionality. The issue I'm facing is with the Navbar, which is extended across multiple components and allows users to log out of the website. The ...
Desperrois Lucas's user avatar

15 30 50 per page
1
2 3 4 5
148