Security Token Service. A web service where a user (or client software) presents some form of credentials (e.g., username/password), and if valid the result is a 'security token' that can be used to access a web application or web service. Often used for implementing single sign-on (SSO).
0
votes
0answers
9 views
WCF service and Thinktecture Identity server
im using the thinktecture identityserver Security Token Service im trying to set up a scenario where I have a client using a WCF service. I'm stuck at a point where I get next error:
There was no ...
-1
votes
2answers
22 views
How do you transfer credentials to an STS (Security Token Service) [closed]
My boss is thinking we need to create our own STS for single sign-on. After doing some research I found that we can buy an STS, build our own with WIF, and go the open source route. Then he asked ...
0
votes
1answer
124 views
SharePoint 2013 access denied error after successful login
SharePoint is showing strange behavior that when I use my Custom login page which is using the credentials entered to get authenticated by my Custom Security Token service (Trusted Identity provider) ...
1
vote
0answers
51 views
What Security Token Service can be easy integrated with ColdFusion 10 or just java? [closed]
I prefer something that integrates with ColdFusion 10 but Java would do the work as well.
I am looking for a security service token (or similar) to use in a web service to authenticate and authorize ...
0
votes
1answer
61 views
How do I host an active STS in ASP.NET MVC 4?
I'm attempting to host an active STS endpoint in my ASP.NET MVC 4 site (which already successfully hosts a passive STS endpoint). For some reason, the WCF runtime does not seem to be "handling" calls ...
0
votes
0answers
50 views
Securing WebAPI webservice with Custom STS based on WIF
I have a Custom STS up and running perfectly, I need a webapi service to be authenticated using my STS. I am unable to figure out how to do it. I want to secure the webapi service and use the ...
0
votes
0answers
36 views
How to authenticate IOS application with STS , WIF Based
I have STS service that returns the token to my .net application where I parse the token get the claims and then implement the authentication logic etc. I want to do the same with my IOS applicaiton, ...
0
votes
0answers
37 views
How to read STS SAML token in objectivec, SSO
I have WIF based STS service, that uses claim based security. I want to integrate my IOS application with my .Net framework STS service.
Please guide me how should I proceed with it. First I need to ...
0
votes
1answer
47 views
How to Decrypt a Security Token from my custom STS without using WIF
I have a scenario I need my Security Token service to Authenticate mobile applications as well. Is there a way that I can decrypt the token in the SignInResponseMessage
SecurityTokenService sts = ...
0
votes
1answer
30 views
Share Security Token with Windows Service
I am trying to secure a download url in iis (and possibly apache/tomcat). The caller of the url is a Windows Service. That service/owner has no credentials of its own and must get them from another ...
3
votes
1answer
502 views
SharePoint 2013 Custom login page?
I am using claim based authentication and I want to use a custom login page rather than the _login/default.aspx page. I have created an application page using Visual Studio 2012 and have deployed a ...
0
votes
0answers
46 views
How is trust established between a web service and STS (SecurityTokenService)?
I am studying brokered authentication, federation etc. On all the blogs, it's mentioned that there is a "trust" between Security Token Service and other web services. However, I could not find a blog ...
0
votes
0answers
137 views
Making ASP.NET WEBAPI Claims aware
My scenario sounds pretty simple that I have a Web Application(RP) which is claims aware, next I have an IP-STS which calls a WepAPI based service to check the credentials passed by the Web ...
0
votes
0answers
81 views
Converting existing forms authenticated application to claims
I have a ASP.NET based CMS that used to work with forms authentication for both the CMS backend login and for the member section (for my customers) login in the front end. Now the new version of this ...
2
votes
1answer
142 views
How to avoid ADFS sign in page?
Is there any chance to avoid ADFS sign in window shown in picture below? I have configured custom STS as claim provider trust on ADFS so I have now two options here. Is there a way to automatically ...
0
votes
1answer
193 views
How do I cause SecurityTokenServiceConfiguration to load configuration information from the app.config?
I am creating an STS with the WIF framework included in .NET 4.5. I am self-hosting this STS (for now), using the WSTrustServiceHost class. In order to do that, I am doing the following:
var conf = ...
1
vote
1answer
74 views
What do i do after getting the token?
Here's the situation and what should i do now
I have put CustomSTS as default selection in Home realm discovery page ( already configured the Custom STS as Claims Provider Trust )
Any relying party ...
0
votes
0answers
80 views
FederatedPassiveSignIn control used for the authentication from a Custom STS
I have created a Custom Secure Token Service (STS) following different tutorials available on the internet. I had to face number of issues but thankfully now its all set. I want to be able to use this ...
0
votes
1answer
30 views
StarterSTS issue additional claims
Does anyone know how to issue additional claims from StarterSTS by Dominic (Codeplex). I currently am getting only Login Time Instance and the Authentication Type which is password. Is there some ...
3
votes
3answers
168 views
Is a Security Token Service required
We looked at Identity Server and Starter STS seems large to serve a few encrypted claims. So coming to the question
Is a STS required or mandatory to Federate with ADFS 2.0
We opted for Identity ...
0
votes
1answer
113 views
Secure Token Service with a Separate public login page
It's been quite a while now that I am working with the STS and RP thing. Now I have an issue that I want a separate web application which will contain a single login page, where my applications will ...
1
vote
0answers
676 views
SP2010: STS: 'SecurityTokenServiceApplicationPool' - autostart error
I am unable to create a web application from central administration
Need to get FBA site working
If I try to run SecurityTokenServiceApplication/securitytoken.svc following error is displayed.
...
0
votes
0answers
52 views
ws-trust, ws-secureconversation and signing with shared secret key
I have a question about communicating with a STS server and also the message server. I am not using a framework, so i have to handle the system as soap based.
First, i send a request to the STS server ...
1
vote
0answers
85 views
How to implement an active endpoint and passive STS with in one STS?
I have been struggling to find out how can I implement Active STS and Passive STS with in one STS.
Well the requirement is that I need to allow the applications to have their own login pages but ...
1
vote
0answers
116 views
Spring mvc web app with spring security login - how to pass credentials to cxf STS client for service integration?
I have a web app that uses spring security to log in. I am trying to integrate a backed service using cxf which uses STSClient. Is there a reference implementation for integrating the two? I've tried ...
0
votes
0answers
54 views
ADFS ActAs for Helpdesk
We have an application using ADFS 2.0 Server with a WebFrontend and a BackendService. The backendservice is called using identity delegation (CreateChannelActingAs).
Everything is working perfectly.
...
0
votes
1answer
264 views
Validating Security Token issued by STS while calling WCF services
We have extended SecurityTokenService provided by Windows Identity Foundation (WIF). It issues token as expected and the SAML token is added in the SOAP header while calling every other WCF service we ...
2
votes
1answer
218 views
Consuming WCF webservice using STS authentication token
I am looking for something that I haven't been able to find out as yet.. Can you please tell me that if there's a way that I can use, the token returned by the STS, with a claims aware WCF webservice. ...
0
votes
2answers
175 views
SharePoint Claims trust between HNSC
We have to HNSC https://division1.corp.com https://division2.corp.com on the same SPWebApplication using Claims and Forms Authentication. When logging in to https://division1.corp.com we should have ...
2
votes
1answer
517 views
Examples of how to a STS in .Net 4.5 using WCF
I'm looking for Examples of how to a STS in .Net 4.5 using WCF.
So the scenario is I have a MVC 4 web app that I want to write an STS to authenticate and get claims that stores its data in the ...
0
votes
1answer
213 views
How to get SSO on Site B from Site A using WIF and STS Provider
So here is the setup. I have a STS Provider and 2 ASP.NET MVC sites both trusting the same STS provider. User comes to Site A and is redirected to the STS Provider passive login, authenticates ...
0
votes
1answer
152 views
What values does Amazon Security Token Service add?
I am reading the AWS STS page describing how AWS STS can help avoid saving AWS credentials in app, and the way it ends up - seems to me - is that it solves the problem by having a TVM IAM account, ...
0
votes
1answer
215 views
Validating SAML tokens
I am writing a Client and Service using Axis2 and rampart
A third party authenticator which I will control as well will issue a token to the client in which the client will send to the service
The ...
1
vote
1answer
90 views
Can SAML tokens be used to exchange symmetric keys?
I would like the client connect to an STS to obtain a SAML token and use it to authenticate it self to a service, but I want the token to contain more information than the standard SAML token, I would ...
0
votes
1answer
233 views
Windows Identity Foundation: Active Federation client (which is previous relying party) accessing relying party with token
I am setting up a STS using WIF which will support active and passive federation.
There will be multiple services which use the STS as relying parties.
I want to know how the scenario works and is ...
0
votes
0answers
133 views
Transferring context information with WIF in a ASP.NET & WCF scenario
I'm interested in using Windows Identity Foundation for a new software architecture, but it isn't clear how to transport necessary context information between the client and server. Before I start ...
0
votes
1answer
293 views
WIF Error: “ID3094: Cannot create WS-Federation message from the given URI 'http://myurl'”
Can anyone tell me what this error means?
I just starting getting it from the STS I build using WIF and I can't find any documentation.
2
votes
1answer
153 views
How do I return multiple identities in a token with Thinktecture.IdentityServer.45?
In the Thinktecture.IdentityModel.45 library, I can get a Microsoft.IdentityModel.Claims.ClaimsIdentityCollection by executing something like this:
Dim handler = New JsonWebTokenHandler()
...
1
vote
2answers
2k views
How to connect to CRM using SDK (claims based authentication and custom STS)
I configured claims based authentication on my CRM instance. I'm using custom STS (Example available here) Now I want to access to web services from some test application.
Does anyone have some ...
1
vote
1answer
335 views
STS Keyset does not exist even after MMC permission granted
My application creates virtual directories on the fly as well as application pool for the STS-enabled web applications that run in those virtual directories. The application pools run under the ...
0
votes
1answer
275 views
SslNegotiateCert Web.Config Error with Thinktecture.IdentityServer .NET 4.5
I am using the Thinktecture.IdentityServer (OnPremise) .NET 4.5 version. I need some assistance debugging a configuration issue. When I try to access my OAuth endpoint, I get a
"HTTP Error 500.19 ...
0
votes
1answer
268 views
Service Stack API and ThinkTecture.IdentityServer
Our team is developing our first web api and using Service Stack to expose our REST services. We know that we need security so these API endpoints are not available to the world. We also know that we ...
0
votes
0answers
120 views
JWT difference between ExpirationTime and ExpirationTime Claim
Using the JsonWebToken class from Thinktecture's Identity Model (4.5) tool set. The token has a property: ExpirationTime and a claim for Expiration. What is the difference between the two?
Just in ...
3
votes
1answer
710 views
ASP.Net WebApi Authentication and Security
I have been looking at the Thinktecture.IdentityModel.40 library as a way of handling the security of my Asp.Net WebApi. One point I don't understand is the following, and this is my question.
When ...
0
votes
1answer
817 views
STS Error “The issuer of the token is not a trusted issuer.”
So for starters, here's my environment:
SharePoint 2010
Windows Server 2008 Standard
It's a VHD on my local
machine
I'm connected to my work domain I'm also connected to a
VPN as well because some ...
0
votes
0answers
138 views
How to configure Security Token Service ( STS ) in SHAREPOINT 2010
Need to know How to configure Security Token Service ( STS ) in SHAREPOINT 2010 and advantages od STS in SP 2010 , also what is token signing certificate and how to import it from Identity Provider
0
votes
1answer
1k views
Implementing Passive STS in ASP.NET
I have installed WIF Runtime and WIF SDK v4.0 and created an "ASP.NET Security Token Service Web Site" in Visual Studio 2010 (see this link).
When I run the site, type in any username/password combo, ...
0
votes
0answers
202 views
No Security header in SOAP Message
We have created a Java client (using JAX-WS with Metro 2.0 framework) to access the STS (i.e., Secure Token Service in .Net). Currently we get the below exception.
May 29, 2012 12:37:12 PM ...
1
vote
0answers
113 views
Calling a Metro based Security Token Service from an Axis2 STS Client
I want to call a Security Token Service which was created and deployed using Metro 2.2 framework from an Axis 2 STS Client. I'm trying to do the same but getting issues like the one below: -
...
0
votes
1answer
472 views
Implementing SSO using Passive Federated Identity and login page on relying party
We have implemented SSO (Single Sign-On) for a group of websites with different domain names using passive federated identity (C#, ASP.Net MVC 3, WIF). The setup works fine as it follows the standard ...

