sts-securitytokenservice
Can a SSO service (Custom STS, WIF) be implemented so that it is highly available (clustered or in a web farm)?
I recently 开发者_如何学运维asked a question here: Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?that outlines the details behind my next question.[详细]
2023-04-11 20:30 分类:问答Custom SecurityTokenHandler for WIF
I am trying to implement a custom SecurityToken and SecurityTokenHandler for a STS using Microsoft.IndentityModel (= Windows Indentity Foundation).[详细]
2023-03-19 04:43 分类:问答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 my[详细]
2023-03-13 19:29 分类:问答Authentication when using Security Token Service
I have created a Security Token Service (STS), an service with a reference to the STS and an example desktop application.[详细]
2023-03-05 08:43 分类:问答WIF Claims-based Identity for Legacy Login
I have several legacy ASP.NET applications with custom membership providers.They also utilized external SAML based identity providers for which we have written custom clients.I am sold on the value of[详细]
2023-03-04 06:16 分类:问答Provisioning "new" users with multiple trusted STSes
When using Windows Identity Foundation (WIF) with multiple Security Token Services (STS), is it possible to provision users before they first access the application?[详细]
2023-03-01 18:24 分类:问答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.[详细]
2023-02-24 00:19 分类:问答WIF STS ID3242: The security token could not be authenticated or authorized
I\'m getting the following error in my client application when it tries to authenticate to my service:[详细]
2023-02-15 03:27 分类:问答svcutil ignores WS-Trust Claims
Scenario: I am writing a WCF client to access a Java/Metro webservice which requires authentication through a token obtained from an STS (also Java/Metro). The relevant policy snippet from the service[详细]
2023-02-12 03:45 分类:问答Configuring Windows Identity Foundation from code
I\'m experimenting with \"configuration-less WIF\", where I want to accept a SAML2 token that is generated by Windows Azure\'s AppFabric STS.[详细]
2023-02-09 11:21 分类:问答