Questions tagged [sts-securitytokenservice]

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).

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).

167 questions
0
votes
0 answers

Single sign on using STS and WCF service

I have a sts web app server and WCF service as my client. When I add sts reference to my wcf service it gets added. But when I browse the wcf service the default login page of the sts server does not show up. Instead the wcf service is hosted in…
NAS
  • 145
  • 14
0
votes
2 answers

Creating an Custom Active STS for SharePoint 2010 using Windows Identity Foundation

Can anyone tell me whether I can create a custom active security tokebn service for sharepoint 2010. I'm basically looking to create a custom sts whereby I dont have to leave the sharepoint site itself in order to log in. I have seen examples of…
0
votes
1 answer

Accessing a ClaimsAware Service from an Windows XP client

We are designing a new N-tier project where clients calling WCF services. In a previous project i worked on, we used implemented own classes for System.ServiceModel.ClientCredentialsSecurityTokenManager and…
esskar
  • 10,638
  • 3
  • 36
  • 57
0
votes
1 answer

Using AWS SDK for Java V1 to assume role. Its not working

I am trying to assume an aws role to connect to different service. I have following implementation which is not working fine. It is giving me error javax.net.ssl.SSLException: Connection reset Any thoughts on how to fix this? public static…
0
votes
0 answers

AWSSecurityTokenServiceClientBuilder cannot resolve method "withCredentials"

Follow https://docs.aws.amazon.com/AmazonS3/latest/userguide/AuthUsingTempSessionToken.html, but encountered error Cannot resolve method 'withCredentials' in 'AWSSecurityTokenServiceClientBuilder' AWSSecurityTokenService stsClient =…
0
votes
0 answers

Verifying a Sigv4 signature with differing temporary credentials, but for the same long-term credentials

So I have a scenario which I'm trying to solve. Requests are coming into my api, which is hosted on-prem, and included is an X-Amz-Security-Token header. This is because the caller of said api is using a set of long-term credentials to assume an IAM…
0
votes
1 answer

How to implement active federation provider with WIF

I have several Silverlight, WP7 and ASP.NET MVC client applications Most allow anonymous access to the application but secure various features based on a user's credentials when logged in. All of the clients use a common back-end service…
0
votes
1 answer

Accessing Certificates in Azure KeyVault for Legacy Security Token Service

We have some legacy Web Forms apps we are attempting to migrate to Azure App Services. These Web Forms apps use the old Microsoft.IdentityModel and a custom Security Token Service (MVC 4) app for authentication. The STS app uses an external identity…
0
votes
2 answers

Blockchain system for verifying student credentials

So I am new to blockchain. In fact, I am actually doing a one-year diploma for it. I found out it's incredibly hard to find accurate information online regarding blockchain. It's either a chunky mess or completely irrelevant. Right now my team's…
0
votes
1 answer

Federation Metadata.xml for custom STS

I am trying to implement a Custom STS as a WebRole to be deployed onto Azure. The problem i have is that how do i generate or write the Federation Metadata.xml file for my Custom STS. if i write it myself can i get the custom reference id and how do…
0
votes
1 answer

I am trying to connect to Amazon Kendra to query already created datasource, I am getting some unmarshall error from SDK

Here is the code snippet : String strIndexRole = "arn:aws:iam:::role/Kendra-CloudwatchRole"; AWSSecurityTokenService stsClient = AWSSecurityTokenServiceClientBuilder.standard() .withCredentials(new…
0
votes
0 answers

Fargate cross account DynamoDB access

I have DynamoDB in account A and Fargate service in account B. I want to access the DynamoDB from Fargate service. For this, 1. Created an IAM role in account A that has the policy attached for DynamoDB access. 2. Created an IAM role in account B…
0
votes
1 answer

FederatedPassiveSignInStatus control is not redirecting to STS correctly. Please Help

I'm using the: <%@ Register assembly="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace="Microsoft.IdentityModel.Web.Controls" tagprefix="wif" %>
Evan Larsen
  • 9,935
  • 4
  • 46
  • 60
0
votes
1 answer

Can you change the SecurityTokenService's AlgorithmSuite programmatically?

I have to consume a service which has this snippet in the documentation: ...you may need to release an update that changes the configured STS URL to the v1.3 production end point, and changes the AlgorithmSuite on the STS binding to…
0
votes
1 answer

Why the message "There are no trusted identity providers" in Sharepoint 2010 if it has a STS

When you create a new web application in Sharepoint 2010 and you select "Claims based authentication" for the Authentication option, the "Trusted Identity provider" box is greyed out. There are some blogs etc. about how you add a custom STS or…
rbrayb
  • 46,440
  • 34
  • 114
  • 174