single-sign-on

How to implement Single Sign-On on iOS

假装没事ソ 提交于 2019-12-21 05:21:55
问题 I am a new enterprise iOS developer. We are developing an app that is managing our enterprise apps(somehow like a app store&MDM). I stacked by a issue : I want to implement Single Sign-On for our enterprise Apps (Not with the same Developer ID), which means if the app-store App is signed in, the other apps(involved in our enterprise app platform) do not need users to enter ID & PassWord again. I have searched for the same and I got some information which mentioned sharing keychain and iOS

SFAuthenticationSession isn't sharing cookies on the real devices

狂风中的少年 提交于 2019-12-21 05:14:20
问题 I'm using AppAuth-iOS for SSO. Everything works just fine on the ios 11 simulators and SSO (cookies sharing) doesn't work on the real devices running 11.0.0, 11.0.1, 11.0.2. So is the SFAuthenticationSession broken and is there any known workaround? 回答1: I am also facing the same issue and based on my tests and research, yes it is broken. SFAuthenticationSessions remember the cookies on a single application run, but not after the application has restarted or between multiple apps (= SSO). I

Create SAML 2.0 response with signed and encrypted Assertion using c#

陌路散爱 提交于 2019-12-21 05:00:46
问题 Hi I am new to SAML and SSO techniques. I am trying to create a valid SAML reponse with signed and encrypted Assertion. I have created a SAML response which is signed but i am not able to encrypte the assertion and create the tag. My Generated SAML response is, <samlp:Response xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" ID="_88a4cf19-6f41-46ee-9dc3-98ac80168bd9" Version="2.0" IssueInstant="2015-03-26T11:43:13.4468624Z" Destination="Test1" xmlns:samlp="urn:oasis:names:tc:SAML:2.0

Get username of client who connected to web server

℡╲_俬逩灬. 提交于 2019-12-21 04:22:08
问题 Here's the scenario. I am code running on a web server in an AD domain. Some client has connected to me. How do I get that client's username, without having the client fill out a form in their browser? Must use Java technologies on the web server side. edit: I ended up using the Spring Security Negotiate Filter as described at the below link. There is a tutorial available. Using request.getPrincipal().getName() from within a servlet gives the username. http://waffle.codeplex.com/ 回答1: You

Single sign on using same application but multiple domains ASP.NET MVC

只愿长相守 提交于 2019-12-21 03:10:12
问题 we are trying to implement single sign on, across multiple domains, but using the same web application under IIS. We have checked some solutions like SAML and OAuth however we are not sure we need anyone of these two. We dont know how we could share the cookie accross the domains, I dont think it's possible but correct me if I'm wrong. We have looked at google's solution when you go to youtube and you are authenticated with your google account it pulls out your username and your info, but we

Rails authentication strategy for noob

a 夏天 提交于 2019-12-21 01:57:19
问题 Hope this is not too broad but after a lot of googling I am not sure where to start. I am looking for a introductory/noob overview to help me get started on building an authentication implementation for a rails 3 application. Basic technical requirements: Rails 3 application is hosted on third party service (heroku) Need to use specific external private SSO service to authenticate users. No local user database or model in the rails application. Authentication is token based meaning that there

Single sign on to Django site via remote Active Directory

对着背影说爱祢 提交于 2019-12-21 01:06:29
问题 I developed an Intranet for a client using Django. The users sign on to their computers via Active Directory. Currently, I log them in via standard Django contrib.auth, and use Active Directory via custom login backends. What I'd like is for users to be able to use SSO via their existing Active Directory login to be automatically logged into the Django site. I understand that this should be done via REMOTE_USER (https://docs.djangoproject.com/en/dev/howto/auth-remote-user/), but the

How to implement Single Sign On using Spring and Active Directory

柔情痞子 提交于 2019-12-20 17:34:50
问题 I have a Spring based Web App which I would like to implement a Single Sign On solution on. The basic flow would be: 1) User logs in into Windows Workstation/Desktop PC (authenticating against organisation's Active Directory) 2) User opens browser and navigates to Spring Web App. 3) Spring Web App somehow confirms that the user is already authenticated against AD and seamlessly lets them in. i.e. no challenge for username and password. Infact, the Spring web app would NEVER show a login form.

How can i restrict client access to only one group of users in keycloak?

左心房为你撑大大i 提交于 2019-12-20 14:18:05
问题 I have a client in keycloak for my awx(ansible tower) webpage. I need only the users from one specific keycloak group to be able to log in through this client. How can I forbid all other users(except from one particular group) from using this keycloak client? 回答1: On Keycloak admin console, go to Clients menu, select your client. On the client configuration page, set Authorization Enabled: On , click Save . A new Authorization tab should appear, go to it, then to the Policies tab underneath,

How can i restrict client access to only one group of users in keycloak?

懵懂的女人 提交于 2019-12-20 14:17:11
问题 I have a client in keycloak for my awx(ansible tower) webpage. I need only the users from one specific keycloak group to be able to log in through this client. How can I forbid all other users(except from one particular group) from using this keycloak client? 回答1: On Keycloak admin console, go to Clients menu, select your client. On the client configuration page, set Authorization Enabled: On , click Save . A new Authorization tab should appear, go to it, then to the Policies tab underneath,