Questions tagged [single-sign-on]

Single sign-on, a system for sharing authentication credentials between different systems

The term single sign-on covers a wide range of mechanisms for sharing user authentication credentials and rights between different systems. The main purpose of a single sign-on system is to reduce the number of times a user has to enter their login details, usually username and password. and are popular single sign-on protocols.

7557 questions
2
votes
1 answer

Desktop and web application Single sign-on

I'm thinking about a SSO architecture for my company and I found very interesting CAS. I have quite clear the features available while using it in Web Applications. Instead, I didn't understand very well a possible CAS employement with desktop…
2
votes
1 answer

How to use LDAP Authentication with Grafana and Wamp for Single Sign On?

I am trying to add single sign on for grafana using LDAP, I have come across Grafana documentation for LDAP but I did not understand. Can I get Single Sign On feature using LDAP? If yes, Can somebody give me a step by step procedure to follow to…
Yajana N Rao
  • 382
  • 3
  • 12
2
votes
0 answers

Using groups or roles in WSO2 IS AWS SAML

Does anybody knows how can I use WSO2 IS Roles or AD groups (throught WSO2 IS) to map AWS ARNs? https://medium.com/@gayanmadusanka_80721/login-to-aws-console-from-wso2-identity-server-cb05d4d12ff5 I would like to use active directory groups or WSO2…
2
votes
1 answer

AWS Cognito: support of SSO IdP-initiated workflow

I have my UI application which uses AWS Cognito for user authentication. We have successfully integrated the SAML identity provider in our Cognito UserPool. Now i want to support SSO using AD FS. Below is my URL which i can use to ADFS…
Jayesh Dhandha
  • 1,983
  • 28
  • 50
2
votes
2 answers

Setting SSO for Grafana

I have a web application which has a login page and it returns me lot of reports. To dashboard those data I am using Grafana. I want to integrate a SSO between my app and grafana. When user logs in to my web application, he should be logged into…
mahadev gouda
  • 119
  • 4
  • 9
2
votes
1 answer

Does Microsoft Active Directory have an option to be an identity provider?

I’m looking to integrate with a SSO IdP (identity provider) and trying to understand whether AD can serve that role. I.e., I set up users on AD, users authenticate on a webpage that checks the validity of their password with AD which generates a…
2
votes
1 answer

Java EE secure redirect between multiple login types

I have implemented both kerberos sso login and username/password login for my J2EE web app. sso.jsp handles single sign on and login.jsp handles username/password login respectively. User access www.example.com/index.jsp and in index.jsp I will…
ilovetolearn
  • 2,006
  • 5
  • 33
  • 64
2
votes
1 answer

SSO with Classic Asp

I am in the process of trying to implement Single Sign On for our classic asp parts of our site that run on a separate server. I have already implemented the php SSO on our other server using simpleSAMLphp. I am attempting to use shibboleth right…
glockner
  • 165
  • 1
  • 1
  • 9
2
votes
0 answers

Best practice to implement SSO authentication for internal applications e.g. airflow dashboard, apache spark notebook, etc

I want to implement SSO for internally used applications including Apache Spark dashboard Jupyter notebook Apache Airflow dashboard Hadoop dashboard etc I like to use subdomains for each application but secure each application via single sign on…
2
votes
1 answer

Implementing Central Authentication System with angular4 apps using django session authentication

I have three different django projects, ProjectA, ProjectB and ProjectC. ProjectA is django website but other two are only django-rest-framework api based projects and have angular4 apps that consumer these apis respective to their projects. Now I…
2
votes
0 answers

JWT Single Sign On Iframe Technique with Third Party Cookies disabled

I've developed a single sign on strategy with login/logout/refresh on multiple domains with JWT Tokens. The SSO is managed via postMessage iframes as described here: Single sign-on flow using JWT for cross domain authentication The problem I have is…
David Vielhuber
  • 3,253
  • 3
  • 29
  • 34
2
votes
0 answers

How are access tokens used in OpenID Connect for Single Sign On?

My question is mainly about OpenID Connect's auth code flow and how it works after authentication and recieving an access_token and id_token. Basically, I am working on an integration between a simple web application, a custom IdP (providing the…
2
votes
3 answers

Websphere single sign on from PHP site?

I need to provide SSO for a Webpshere portal. The authentication process needs to be handled by a PHP site (which itself should authenticate a user against an Active Directory via LDAP - think I have this bit covered though). I have been told I need…
Alex
2
votes
1 answer

Azure AD Bad Request

I am using https://myapps.microsoft.com/ as my login page. However there are instances that when I click my application from the dashboard, I get a session expired when page is redirected. I have to close and click it again that's the time I get…
2
votes
1 answer

How to use SSO for PWA?

Is it possible to use SSO for PWAs for standalone display? I can login to my app through email but if I try twitter/fb/google SSO, it opens to a new browser since they are out of the scope. This makes it pretty useless... Is the only solution to…
Robert Guice
  • 609
  • 1
  • 5
  • 12
1 2 3
99
100