Top "Single-sign-on" questions

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

Java SSO: Kerberos authentication against Active Directory

I'm still trying to find a Java based solution for SSO (running on *nix), which I can use on JBoss …

java authentication active-directory single-sign-on kerberos
CAS vs. SAML vs. OAuth2

Before you put me down for asking too basic a question without doing any homework, I'd like to say that …

ruby-on-rails oauth-2.0 single-sign-on saml cas
Kerberos Authentication in PHP

Let's just assume that I don't know much about Kerberos - just the basics. I have... Debian Linux 2.6 Webserver Apache 2.2 …

php apache2 single-sign-on kerberos
Single Sign On implementation in C# using SAML 2.0

For past week I did a lot of research on the topic of using Single Sign On with SAML 2.0. I …

c# asp.net single-sign-on adfs
Kerberos with Java

i am try to login kerberos kdc from Java. But Java is throwing exception. Seems like login is successful but …

java single-sign-on kerberos gssapi
What is the correct format for SAML 2.0 Assertions?

We have a customer trying to use ADFS to SSO on to our web application. We are using the ComponentSpace …

single-sign-on saml saml-2.0 adfs component-space
Javascript XMLHttpRequest "NetworkError"

I am inexperienced in javascript and web development in general. The project I am working on is part of a …

javascript http google-chrome single-sign-on put
CAS service ticket validate failed

I have followed a link http://lukesampson.com/post/315838839/cas-on-windows-localhost-setup-in-5-mins, then the cas server works correctly, the login url …

ssl service single-sign-on cas
Role Based Access Control in Angular2?

I understand the working of JWT based authentication, but I am struggling to understand the correct approach to create a …

angular typescript single-sign-on access-control
How to integrate OAuth with a single page application?

When using OAuth (2) I need a redirection endpoint in my application that the OAuth-offering service can redirect to, once I …

oauth oauth-2.0 single-sign-on single-page-application