single-sign-on

Build Custom SSO with SAML

主宰稳场 提交于 2019-12-25 02:29:39
问题 Updated: Thanks for responding on my post. I am very sorry, as of today these were the requirement details. However, I can elaborate more on what I understand. I some idea on WIF, where I can write my own STS, RP and publish policies. Couple of queries here. Do we need to have an IdP and should we connect STS to IdP. if not, can we go without IdP. I will have to use claim base authentication and federated identity mgmt in the application.we do not depend on AD/LDAP integration. Imp

Apache2 PHP SSO with Active Directory

六月ゝ 毕业季﹏ 提交于 2019-12-25 02:26:48
问题 I am trying to implement SSO for php application deployed in Ubuntu Apache2 and users in the Windows domain needs to access this app without signing in. So need help. Anyone who has already tried achieving it. Ubuntu is not under AD domain. 回答1: I did this yesterday using mod_auth_kerberos . Basic process is as follows: Install kerberos and configure On active directory create a new user Use ktpass on windows to create a keytab Copy keytab to ubuntu and configure apache to use keytab Have a

Diverting WordPress login and register links to Joomla

≯℡__Kan透↙ 提交于 2019-12-25 01:43:39
问题 I have a Joomla plugin which does a one-way single sign-on between Joomla and WordPress. It means the registrations and logins are handled by Joomla and every time someone registers in Joomla it replicates the user's data into WordPress user tables and everytime someone logs into Joomla it writes the user's status as logged in into the WordPress cookie thus the user automatically gets logged into WordPress. However this is not the case with WordPress. It will not do these actions if someone

Single Sign On with SubDomains

时光怂恿深爱的人放手 提交于 2019-12-25 01:31:46
问题 Please I would like to know how to implement Single Sign On across subdomains running on a mixture of programming platforms, asp.net and php? 回答1: You could use cookies if the top level domain is the same. There's an article on CodeProject. 回答2: I know this is old but I thought I would answer this for others stumbling across this via google search. For Single Sign On across platforms you probably want to implement a SAML based solution. SAML stands for Security Assertion Markup Language and

Implementing a single login for three websites in PHP?

孤街醉人 提交于 2019-12-25 01:25:08
问题 I have a network for three websites that related. - site1.domain.com - site2.domain.com - site3.domain.com Currently, each submdomain has ~100 accounts in three separate databases. They login separately for each domain. I'd like to create site0.domain.com that lets them authenticate against one database, and then automatically log the user in to each site as they visit them. I'm not too sure how to do this. I've heard terms thrown around like Open ID and Federations and Single Sign On but I

Check ltpa token between webseal and websphere 9.0

╄→尐↘猪︶ㄣ 提交于 2019-12-24 23:19:51
问题 Good day! Do you explain for me? I have two servers - webseal and websphere 9.0. On websphere I exported ltpa key and enable security application check. On webseal I imported ltpa key. My code: try { Subject cs = WSSubject.getCallerSubject(); logger.info("subject: ", cs); logger.info("subjectPrincipal: ", WSSubject.getCallerPrincipal()); Subject rs = WSSubject.getRunAsSubject(); logger.info("runSubject: ", rs); Set securityCredentials = rs.getPublicCredentials(WSCredential.class);

Wso2-emm and SAML SSO configuration

拥有回忆 提交于 2019-12-24 22:05:23
问题 I am new in WSO2 and I have some problem with emm and sso login. I cloned the w so2 emm project from github. I used maven clean install to generate wso2emm-1.1.0 zip (under product-emm-master\modules\distribution\target) When I start wso2server.bat , I can only acces to carbon and store , but when I access to emm I had a redirection to https://localhost:9443/sso/ with this error 500: Something has gone wrong (Problem in (/emm/modules/sso.js#23)). Even when I login within the store app I had a

Recommended way for access webservices on domain A from domain B if A is SSO'ing into B?

北城以北 提交于 2019-12-24 21:29:06
问题 frontend dev here with no experience with SSO so bear with me. Keen for a high-level recommendation on the following as I can appreciate it may vary. We've got a client setting up SSO to login to our site, and Im trying to understanding how I can safely call their webservices for user info from our domain via AJAX. Looking at their services they're asking for a User ID and Password which I dont think is usable/feasible as I assume our system would need to expose the password to the frontend

JBoss7 Web SSO (Non-Clustered)

青春壹個敷衍的年華 提交于 2019-12-24 19:49:13
问题 I am trying to configure Single-Sign-On in JBoss7. security-domain in standalone.xml: <security-domain name="my_auth"> <authentication> <login-module code="Database" flag="required"> <module-option name="dsJndiName" value="java:/comp/env/myDS"/> <module-option name="principalsQuery" value="select password from usertable where login_id=?"/> <module-option name="rolesQuery" value="select user_role from usertable where login_id=?"/> <module-option name="hashAlgorithm" value="MD5"/> <module

Spring Boot + Ldap / AD + Kerberos SSO : KrbCryptoException - Checksum failed

孤街浪徒 提交于 2019-12-24 18:59:12
问题 I am trying to implement SSO with Spring Boot, Ldap and kerberos. Where I got multiple errors of Checksum fail for different encryption type. environment details:- Machine : Windows 10 JDK Version : Oracle 1.8.0_144 (64 bit) I appear to have hit a bit of a dead-end where I am not able to find any solution. Here is what error I get when run Added key: 17version: 5 Added key: 18version: 5 Added key: 23version: 5 Found unsupported keytype (3) for HTTP/host.test@EXAMPLE.COM Found unsupported