Tagged Questions
0
votes
1answer
14 views
SAML SingleLogoutServices endpoint location error
I am trying to locate some documentation or help on this error I have encountered:
ID4453: The SAML service 'SingleLogoutServices' has endpoint with location or response location ...
0
votes
1answer
100 views
Enable Single Sign-On using C#
I am doing a C# application that on sign-in, will enable Single Sign-On(SSO) on Windows 7 terminals. I have tried things found on this site which constisted of making a GPO, but I am unable do install ...
0
votes
1answer
60 views
Windows 8 Web Authentication Broker can't connect to the service
Can Web Authentication Broker be used with a non oAuth authentication ?
I have created an Asp.Net MVC2 website with a login page that I want to use through Web Authentication Broker to retrieve and ...
0
votes
1answer
29 views
how to use sso just for some pages
I have a web application. before I use sso for authentication. I put the code showed below in web.config page.
<authentication mode="Forms">
<forms ...
2
votes
1answer
72 views
Page 404'ing when running a SQL statement then redirecting
I'm having a very strange error, I'm by no means great with ASP.NET, but I'm helping develop a single sign-on application and I'm having trouble redirecting the user. I'm going to keep it as simple as ...
0
votes
1answer
77 views
Hard time with SAML and Identity Provider (IdP)
I'm not sure how to state this question since I don't know exactly what the problem is.
There is a third party company that functions as the SP of a SSO structure.
They have little documentation on ...
1
vote
2answers
74 views
WIF IDP and SimpleSamlPHP as SP
I have a custom STS made in WIF that works as an IDP and now I need to configure SSO to a Service Provider made in SimpleSamlPHP. (The SP only supports Post Binding and Web Browser SSO Profile.)
Any, ...
0
votes
3answers
190 views
How to create SAML 2.0 response with C# and .NET 3.5?
A third party software provides the feature of SSO through SAML version 2.0.
Their documentation provides information on what fields they would be sending in their request and what fields they would ...
0
votes
0answers
76 views
Shibboleth SSO Authentication
I'm working on an MVC4 project, and I need to authenticate users using the Shibboleth SSO technique.
The project is still running locally and not produced yet.
I can access it from the "Default Web ...
4
votes
1answer
206 views
Single sign-on for a .NET desktop application (Google, Yahoo, Facebook …)
I need to provide a login mechanism in my application. I'd would like to provide login for the most common IPs, such as Google, Yahoo!, Facebook, Microsoft Live and others.
My application is a ...
0
votes
1answer
58 views
Not all sites login automatically using CAS?
I already have a working CAS and other sites has the capability to for single sign on. But there is this one site, that does not login automatically. It redirects me to the sites login page though I ...
0
votes
2answers
245 views
Windows Authentication SSO in ASP.NET Remote Web Application
There is a requirement to implement Single Sign On (SSO) in our website so that users accessing it from the intranet won't have to type in their credentials.
The problem here is that the website is ...
0
votes
1answer
39 views
How to register a URL or a site in CAS?
I am working on a site that has already a working Single Sign on using CAS. I was told to apply this function for a new site. That is when I click on a button, it would sign me in automatically on ...
0
votes
1answer
268 views
Office365 SSO from ASP.NET application with no Active Directory
We want to make a Single Sign On to Office365 from an ASP.NET web application that stores username and password in a database. We do not have Active Directory accounts for these users.
What I can ...
0
votes
2answers
151 views
Enterprise SSO implementation for a company
I've been trying to get my head around SSO in an enterprise environment and what solution best fits my companies problem.
We have several apps (mostly in .net but some in java) running on our ...