IdentityServer3.WsFederation icon indicating copy to clipboard operation
IdentityServer3.WsFederation copied to clipboard

WS-Federation Plugin for IdentityServer v3

Results 10 IdentityServer3.WsFederation issues
Sort by recently updated
recently updated
newest added

Cleaned up some fault handling which previously resulted in thrown exceptions

Looking back in the IdentityServer2 code there used to be a way to expose the offered claims in the wsfed/metadata document. This was done through implementing a custom ClaimsRepository and...

enhancement
question
0 - Backlog
todo

I've been looking at setting up an identity server as a ws-federation identity provider. It is already configured to use local identities, twitter and google. An issue i've been having...

Using the host samples provided in the repos for guidance, I set up IdentityServer3 (build 2.6.0.0) Core, EntityFramework, WsFederation, WsFederation EntityFramework, and Admin, Admin EntityFramework. Items mapped under "/core" (IdSrv...

Hello, i've configured the IdentityServer3 ([2.5.4](https://github.com/IdentityServer/IdentityServer3/releases/tag/2.5.4)) with IdentityServer3.WsFederation plugin ([2.6.0](https://github.com/IdentityServer/IdentityServer3.WsFederation/releases/tag/2.6.0)) as trusted identity provider for SharePoint 2013. Both applications using SSL are running on different machines (Windows Server 2012) within...

I am using WsFederation with windows authentication, but I am not able to get the login requested client Id from the context in ExternalAuthenticationAsync method. but after login i am...

enhancement

Hello, I am trying to perform a single sign out from Identity Server. I am using below code for the same(from my relying party application) ` protected void btnSignout_Click(object sender,...

Hi We currently use ADFS 3.0 as a «protocol Gateway» to authenticate SharePoint 2013 against our SAML2-based Identity Provider (Shibboleth). We are investigating if we can replace the ADFS Server...

question

Multiple and wildcard replyURLs for Relying Parties using WS-Fed We currently use ADFS 3.0 as a «protocol Gateway» to authenticate SharePoint 2013 against our SAML2-based Identity Provider (Shibboleth). We have...

enhancement

To validate signout request (like we do for the OIDC endpoint).