single-sign-on

Public SAML v2 service providers for testing? [closed]

末鹿安然 提交于 2019-12-29 10:08:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . I'm wondering if there are any publicly available SAML v2 SPs that I can use to test with. I think Salesforce and Google apps both have an SSO solution which is compatible, but I'm just not sure how to go about getting access (and unclear whether it costs.) Maybe I should just set up an SP (using OpenSSO or

How do I access Windows credentials from Java?

痴心易碎 提交于 2019-12-28 04:14:47
问题 How do I (or can I?) retrieve the cached credentials for the currently logged-in Windows user in Java? I want to reuse these credentials in some other GSS-API calls. Specifically, I'm answering an SPNEGO challenge from IIS. Thanks. 回答1: assuming you are using JAVA 5: com.sun.security.auth.module.NTSystem NTSystem = new com.sun.security.auth.module.NTSystem(); System.out.println(NTSystem.getName()); here is some info on the subject 回答2: If IIS has Integrated Windows Authentication turned on,

SSO ADFS redirection issue with reverse proxy with ARR

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-25 16:42:57
问题 I have a reverser proxy setup with ARR and URL Rewite on IIS 8.5 public site exposed is http:/publicsite http:/publicsite act as a reverse proxy to the internal site http:/internalsite Every thing was working fine till we implement SSO for the internal site. Once sso is implemeted internal site is redirecting to http:/ssosite to get authenticated Since in ARR we have enabled the option "Reverse rewrite host in response headers" the redirection to sso site was not proper. To make it work

Facebook SSO doesn't work on Android device

僤鯓⒐⒋嵵緔 提交于 2019-12-25 13:09:57
问题 I want to use Single Sign On feature to integrate Facebook to my app. It works on an emulator (shows the user authorization dialog), but not on a device with a Log message "Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider". The Key hash is probably correct since i'm not getting invalid key errors like this and also when I don't use SSO, but force the traditional way, it works fine. It's not this problem either, because I have included the required code. I

Facebook SSO doesn't work on Android device

半城伤御伤魂 提交于 2019-12-25 13:07:17
问题 I want to use Single Sign On feature to integrate Facebook to my app. It works on an emulator (shows the user authorization dialog), but not on a device with a Log message "Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider". The Key hash is probably correct since i'm not getting invalid key errors like this and also when I don't use SSO, but force the traditional way, it works fine. It's not this problem either, because I have included the required code. I

Liferay 6.2 CE-GA6 make NTLM work for chrome and firefox?

有些话、适合烂在心里 提交于 2019-12-25 11:04:26
问题 I have configured NTLM for single sign on in my application which is working fine on Internet Explorer but not on chrome and firefox.There is a restriction in Liferay source code which restricts NTLM only for IE. Is there any way I can remove that restriction? Note: Chrome and Firefox themselves support NTLM, it is Liferay side issue.Also asked this question here 回答1: After looking in a source code i think, you can just remove BrowserSnifferUtil.isIe(request) condition from if statements in

Choosing an OpenID Connect Provider

五迷三道 提交于 2019-12-25 09:29:15
问题 I need to implement SSO in my JAVA Web App with OpenID Connect. I already have experience in SSO with SAML 2.0 with WSO2 as Identity Provider. I am clear on the client part, and planning to implement the same with Spring Security. My question is, does it make sense to build my own Identity provider for OpenID Connect? For some reasons, I do not want to use any third party IDP (like WSO2). If yes, is there any library that can help? If no, what are the best IDP I can use for OpenIDConnect?

Unable to get SSO working for NodeJS in BlueMix

南笙酒味 提交于 2019-12-25 07:59:38
问题 Here's the error I keep getting "CWOAU0062E: The OAuth service provider could not redirect the request because the redirect URI was not valid. Contact your system administrator to resolve the problem." var express = require('express'); // Add for SSO var cookieParser = require('cookie-parser'); var session = require('express-session'); var passport = require('passport'); var OpenIDConnectStrategy = require('passport-idaas-openidconnect').IDaaSOIDCStrategy; var redis = require('redis'); var

How can i use users from my partner's application to single sign on

亡梦爱人 提交于 2019-12-25 04:44:32
问题 Is it possible to use Single Sign On based on users from ApplicationA to get in to ApplicationB? If yes how it should work in Azure AD portal and how should I use API to reach this goal? Now I am able to authenticate users which have an account on Azure/Microsoft services, but I want to allow to get in to my application (ApplicationB) only users which are registered in my partner's application (ApplicationA). I use OAuth2 protocol and python's libraries to handle all of this. 来源: https:/

Implementing SSO between webapplications on different servers without changes on existing applications

倾然丶 夕夏残阳落幕 提交于 2019-12-25 04:17:34
问题 We have already created 2 JAVA web applications A & B and hosted it on 2 different servers using TOMCAT on both these servers. These applications have already been moved to production and we cannot make any major changes or move it to a single server as it is not in our control. The authentication is being done through a common LDAP server which is being used by many other applications also. Now, the client wants us to create a new application C and once logged in, the end users should be