I want to implement single sign on in my asp.net web application. Scenario is something like below: user will get registered / sign 开发者_如何学JAVAup at "account.example.com"
I was ask to use a different SSL certificate for my SSO 开发者_如何学运维web service and a different SSL certificate for my website.
I\'m trying to add Active Directory single-sign-on support to an existing SOAP server. Since it is written in C++ using third party transport components, adding AD SSO doesn\'t appear to be easy.
Currently I am working on a LOB Silverlight application. Eventually, I need to implement a single sign-on for the new app and an old Classic ASP w开发者_运维技巧eb app. Right now, the Silverlight App
We have an ASP.NET MVC website that a customer is requesting Active Directory single sign on.My thought is that we will need something behind their firewall in order to send encrypted credentials or a
I have been trying to understand how this problem is solved for over a month now. I really need to come up with a general approach that work. I have a theory, but I\'m just not sure it\'s the easiest
I hav开发者_StackOverflow中文版e a client who wants their wordpress and google apps user accounts accessible using SSO, ie if they log in on one app domain google.client.com they will be logged into w
Short version: If the function wwv_flow_custom_auth_std.is_session_valid (or apex_custom_auth_std.is_session_valid) returns TRUE, is it possible that the session is expired but still alive? If so, ho
I host and intranet and manager several Single Sign Ons for outside websites.We have always done this through some sort of hidden form.
I am trying to set up Single sign on for 2 websites that reside on the same domain e.g. http://mydomain (top level site that contains a forms-auth login page)