Skip to main content

All Questions

2 votes
0 answers
659 views

Single Sign On implementation for a Spring Web App using Active Directory

My team and I are trying to add a single-sign-on functionality, to our Spring Web App, but we could not find a good solution for this. The authentication will be done against the client companies ...
Mihai Ciully's user avatar
2 votes
1 answer
543 views

automatic token renewal issue with keycloak versions and Spring Boot App with JS frontend

With Spring Security adapter for keycloak ver 3.4.0 REST calls made from the JS elements of the app to the same app's java backend, the calls are able to renew the access token automatically, when we ...
Mauricio Batlle's user avatar
0 votes
1 answer
87 views

Fetch sso header information in django

I have an Django application which is configured with SSO login.Now all I want is to fetch the header info of it our get method.Can anyone help me in this?
riza's user avatar
  • 123
0 votes
1 answer
2k views

how to capture users Machine Name from the http request?

I am trying to implement session kill feature for my application. I need to show user all the devices from which he has logged in. But I am not able to get the users machine name from http request. I ...
wizneel's user avatar
  • 301
1 vote
0 answers
337 views

SSO authentication for viewing a HTML page running on Apache Tomcat

We have a Web Application which have HTML 5 page to see the messages in realtime through websocket connection to our servers.Making websocket connection and showing the graphs work well,HTML5 page ...
user3930361's user avatar
0 votes
0 answers
780 views

implementing single sign-on in a GWT application

I have an application where the UI is designed on GWT. We wish to implement single sign on (SSO) in our application. The SSO will send an HTTP header containing user information. Can anybody guide ...
Varun's user avatar
  • 113