Hi all,
I have a requirement to be implemented with SSO, spefically the Oracle SSO with OID. The requirement may not be so SSO-like.
The user will need to have two logout options:
Global logout (which will be the SSO logout, invalidating the session in all logged in applications). According to what I have read, Oracle SSO achieves th...
The scenario I'm trying to support is this: A client website is redirecting to my website using a single sign on from their site. The client side has a STS that generates a SAML token for the authenticated user that gets passed to my website. My question is what is simplest and best way to validate this SAML token passed to my website?...
Hi all,
I made a change to our cluster-deployed application to be authenticated via Oracle SSO with Dynamic Directives using a servlet Filter. The filter sits in front of all the application (even in front of the Seam filter). If the request is a servlet request and the principal is null, then I redirect to SSO for authentication.
This...
I implement a SSO with NTLM and passthru, and it works if our client had joined into domain.
As in our code we will check if there is a "Authorization header" in the request header. And the problem is:
If our client joined domain, then in our application, I can receive the Authentication header which contain NTLM ...
If our client ...
I have an ASP.Net web application running on an IIS server, and I need to find the visitors login username.
How can I can find this? When testing locally it found my username using new WindowsPrincipal(WindowsIdentity.GetCurrent());, but it finds NETWORK SERVICE when running the app on the server.
...
Here's what I'm trying to do. I have a SharePoint site and I have another site written in .Net. The .Net application uses forms authentication. I would like to create a link in SP which will pass user credentials to the .Net app and automatically sign them in.
First, does anyone know if SharePoint 2010 SSS supports password caching?
...
Hi,
I'm working in a website that is going to work like a landing point, providing a specialized service for many other websites. Users log-in to different sites and those sites have links to my website.
Now, I want to create my website using asp .net, and also I want to be able to use SSO (Single Sign-On) so the users doesn't have to ...
I find there are following code in NTLMAuthenticationFilter.java which used for alfresco share SSO authenticate:
Response remoteRes;
if (cachedNtlm)
{
Connector conn = connectorService.getConnector(this.endpoint, session);
ConnectorContext ctx = new ConnectorContext(null, getConnectionHeaders(conn));
remote...
Hello
I have an application in PHP, fully built, with plugin capabilities and need to integrate SSO into it. Does anyone has a place where I can start some research or any code that can share to get me started.
Thanks in Advance!
...
I implement NTLM SSO, it works well, but when I want to switch to use login form, IE doesn't work:
1.SSO into my website
2.clear session and redirect to login page
3.key in username and password
4.submit
and because the login i have bypass the SSO filter, so it works well in Firefox browser.
But in IE, it still send a request with ntlmss...
I want to login automatically without use the Single Sign On on Google Apps
...
I'm located behind a SSL proxy and am trying to use Chrome with StackOverflow, but I'm unable to authenticate to Google's server (or any others) and get the following error:
"Error 107
(net::ERR_SSL_PROTOCOL_ERROR): SSL
protocol error."
Can anyone explain to me why this would be happening? I am able to access https://chase.com...
I've read the following manual: http://code.google.com/googleapps/marketplace/tutorial_dotnet.html
Am I correct that nothing special is required to be done to use google API for user SSO?
But when I tried to launch "Hello World" for marketplace application it returned me an error:
Blockquote
Blockquote> No OpenID endpoint found. Block...
We have SiteMinder configured in our environment and I've been given an ASP.NET website to support.
Where do I begin to learn SiteMinder? I have some background in ADFS, but need to translate my skills to this product.
...
I've heard different things. Seems like Microsoft experimented with a beta service, but I don't know if it's still available, or ever made it into production.
If Windows Live ID is an OpenID Provider, where is the endpoint?
...
I already did a lot of research on this topic and have implemented a lot of solutions myself.
Including OpenID, Facebook Connect (using the old Rest api and the new Graph Oauth 2.0 Api), Sign in with twitter (wich has been upgraded to fully qualified Openid by now as far as I know), and so on...
But what I'm still missing is the perfec...