<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>identityserver Discussions Rss Feed</title><link>http://identityserver.codeplex.com/discussions</link><description>identityserver Discussions Rss Description</description><item><title>New Post: Extending the token timeout time</title><link>http://identityserver.codeplex.com/discussions/443894</link><description>&lt;div style="line-height: normal;"&gt;After around 24 hours that my client is left open - it crashes on the first request.&lt;br /&gt;
How do I configure the identity server to extend the timeout. &lt;br /&gt;
&lt;br /&gt;
I can see the following configurations in the &amp;quot;General Configuration&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Default Token Lifetime&lt;br /&gt;
and &lt;br /&gt;
Maximum Token Lifetime&lt;br /&gt;
&lt;br /&gt;
IS it one of those? which one? what is the measurement?&lt;br /&gt;
&lt;br /&gt;
Do I need to configure also something in the IIS &lt;br /&gt;
where the idp runs?  where my web app runs?&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>yuvalp1</author><pubDate>Thu, 16 May 2013 11:40:08 GMT</pubDate><guid isPermaLink="false">New Post: Extending the token timeout time 20130516114008A</guid></item><item><title>New Post: Username authentication on azure WCF Web Role</title><link>http://identityserver.codeplex.com/discussions/443620</link><description>&lt;div style="line-height: normal;"&gt;I want to be able to authenticate users to my wcf service hosted in an azure web role via an authorization header. The role will have SOAP and WCF Endpoints.&lt;br /&gt;
&lt;br /&gt;
So far I have:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Set up thinktecture identity server in a seperate azure cloud service.  Login and user creation is working there, and Identity Server will be the identity provider.&lt;/li&gt;
&lt;li&gt;
Implemented a custom password validator and verified that the code is reaching the validator.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
I saw in the selfhostconsolehost sample that the membership providers and and identity configuration are configured in seperate files, and I believe that I want to use the RepositoryUserNameSecurityTokenHandler, but I have no idea how. Do i need to implement the IuserRepository code, and once that is done, what is the code to actually validate the user against the repository. Any advice or sample links are appreciated. I've tried the custom token handler &lt;a href="http://leastprivilege.com/2012/07/16/wcf-and-identity-in-net-4-5-usernamepassword-authentication/comment-page-1/" rel="nofollow"&gt;here&lt;/a&gt;, but since the service is hosted in an azure web role, i cant do the configuration in the code.&lt;br /&gt;
&lt;/div&gt;</description><author>greg_qds</author><pubDate>Tue, 14 May 2013 16:27:18 GMT</pubDate><guid isPermaLink="false">New Post: Username authentication on azure WCF Web Role 20130514042718P</guid></item><item><title>New Post: how to configure Thinktecture Identity Server to use Active Directory logon</title><link>http://identityserver.codeplex.com/discussions/409609</link><description>&lt;div style="line-height: normal;"&gt;I'm pretty sure that you need ADFS to use AD account&lt;br /&gt;
&lt;/div&gt;</description><author>bgnt44</author><pubDate>Wed, 08 May 2013 03:31:20 GMT</pubDate><guid isPermaLink="false">New Post: how to configure Thinktecture Identity Server to use Active Directory logon 20130508033120A</guid></item><item><title>New Post: ADFS Identity Provider - Home Realm Discovery</title><link>http://identityserver.codeplex.com/discussions/442093</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
nevermind, must have been a stupid typo on testing.&lt;br /&gt;
&lt;br /&gt;
https://idsrv/issue/hrd&lt;br /&gt;
&lt;br /&gt;
works :)&lt;br /&gt;
&lt;/div&gt;</description><author>thk</author><pubDate>Tue, 30 Apr 2013 17:34:56 GMT</pubDate><guid isPermaLink="false">New Post: ADFS Identity Provider - Home Realm Discovery 20130430053456P</guid></item><item><title>New Post: ADFS Identity Provider - Home Realm Discovery</title><link>http://identityserver.codeplex.com/discussions/442093</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
i'm a bit stuck at the Identity Provider setup for an ADFS 2.1 server within the identity server.&lt;br /&gt;
&lt;br /&gt;
I've added a new Identity Provider &amp;quot;ADFS&amp;quot;:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; Enabled: yes
 Include in Home Realm Discovery: yes
 Type: WSStar
 WS-Federation Endpoint: https://&amp;lt;our adfs server&amp;gt;/adfs/ls
 Issuer Thumbprint: 59B3B38AA5C9E81DF72B6D477DC7C51B4744AF0B
 (the one of the signing certficate)
&lt;/code&gt;&lt;/pre&gt;

For testing purposes i've also enabled the &amp;quot;Windows Live&amp;quot; identity provider (with custom client_id &amp;amp; secret)&lt;br /&gt;
&lt;br /&gt;
In my Asp.MVC Test-Application i've used the &amp;quot;identity &amp;amp; access&amp;quot;-Tool to configure it for the&lt;br /&gt;
identity server.&lt;br /&gt;
Afterwards i've changed the issuer to the &amp;quot;hrd&amp;quot; endpoint: /issuer/hrd&lt;br /&gt;
&lt;br /&gt;
So far so good.&lt;br /&gt;
The authentication via the &amp;quot;Windows Live&amp;quot; provider works like a charm.&lt;br /&gt;
But the ADFS-Provider doesn't work at all.&lt;br /&gt;
&lt;br /&gt;
I tried to add a Relying-Party trust on the adfs server for the identity server&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
https://idsrv/trust&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
but i havn't found an example for it.&lt;br /&gt;
I simply don't know which passive WS-Endpoint i should specify.&lt;br /&gt;
Using the url of the identity server or /issue/wsfed or /issue/hrd redirects me back to the identity server itself, but not to my actual test application, where the login request started.&lt;br /&gt;
&lt;br /&gt;
Any help is appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;/div&gt;</description><author>thk</author><pubDate>Tue, 30 Apr 2013 14:57:55 GMT</pubDate><guid isPermaLink="false">New Post: ADFS Identity Provider - Home Realm Discovery 20130430025755P</guid></item><item><title>New Post: Custom Authentication with OAuth in Web API MVC 4</title><link>http://identityserver.codeplex.com/discussions/440813</link><description>&lt;div style="line-height: normal;"&gt;Hello, we are working on a web application project using Web API MVC 4 and in that, we have one requirement where in we want to authenticate users against the database.  We have a custom authentication logic that needs to be applied. We also want that our application allow users to log into our site using their gmail account by using OAuth. So we need to make use of both Custom authentication log in and OAuth.&lt;br /&gt;
&lt;br /&gt;
For the same, we have gone through the following sample:&lt;br /&gt;
&lt;a href="https://github.com/thinktecture/Thinktecture.IdentityServer.v2" rel="nofollow"&gt;https://github.com/thinktecture/Thinktecture.IdentityServer.v2&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Also, googled some sites but we are not able to find a proper solution to our problem.&lt;br /&gt;
&lt;br /&gt;
Can someone provide us with the proper solution and a way to do it? We want to know that,  what steps we need to take to achieve both of these authentication mechanism.&lt;br /&gt;
&lt;/div&gt;</description><author>PranavBhatt7</author><pubDate>Thu, 18 Apr 2013 18:39:27 GMT</pubDate><guid isPermaLink="false">New Post: Custom Authentication with OAuth in Web API MVC 4 20130418063927P</guid></item><item><title>New Post: Basic authentication scenario</title><link>http://identityserver.codeplex.com/discussions/440500</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I currently have a Web application using WebAPI with a complete back-end. I have a custom management of Users, Roles and Permissions (not from .NET Role / Membership / etc.,) So right now, there are no problems to do all the validations according to the permissions a user have in function of it&lt;code&gt;s roles.&lt;br /&gt;&lt;br /&gt;What I want to do, it&lt;/code&gt;s to delegate the authentication mechanism to an external server since I will need to connect future application on this authentication server.&lt;br /&gt;
&lt;br /&gt;
So want I need is basically to use the IdentityServer to manager users and set claims (or roles) on them. At minimum, I would like to set an Id (or Roles) to a user in the IdentityServer, and after authentication, get this Id (or Roles) and continue the process of getter the correct permissions known only by my application according to the Id (or Roles) get from the authentication response.&lt;br /&gt;
&lt;br /&gt;
I watch a tutorial on how create a first application using Identity Server (&lt;a href="http://vimeo.com/51666380" rel="nofollow"&gt;http://vimeo.com/51666380&lt;/a&gt;), but this example include complex WS-Federation stuff that I don't necessary need since I wont include trust/federation with companies, only my few custom web applications.&lt;br /&gt;
&lt;br /&gt;
I also search in the documentation and in samples, but the information is not centralized and I am not able to find what I need.&lt;br /&gt;
&lt;br /&gt;
Can someone point me to the correct documentation or can give me a few hints of which authentication mechanism I should use in IdentityServer?&lt;br /&gt;
&lt;br /&gt;
Thank you!!&lt;br /&gt;
&lt;/div&gt;</description><author>khloroform187</author><pubDate>Tue, 16 Apr 2013 18:12:18 GMT</pubDate><guid isPermaLink="false">New Post: Basic authentication scenario 20130416061218P</guid></item><item><title>New Post: IdentityServer as both IdP and RP but HRD isn't working</title><link>http://identityserver.codeplex.com/discussions/440248</link><description>&lt;div style="line-height: normal;"&gt;To enable me to investigate federation, I've created two instances of IdentityServer (/IdSrv and /RpSrv) on my laptop, following your &lt;a href="http://vimeo.com/51088126" rel="nofollow"&gt;installation video&lt;/a&gt; on vimeo.  I've then built one app for each following your &lt;a href="http://vimeo.com/51666380" rel="nofollow"&gt;configuration video&lt;/a&gt;, so that I know they both work as IdPs. (I disabled the requirement for SSL).  I've then built a third app, pointed at RpSrv and am now trying to get RpSrv to act as the federation gateway for that app. &lt;br /&gt;
&lt;br /&gt;
I enabled Federation and Home Realm Discovery on /RpSrv.  Having watched &lt;a href="https://vimeo.com/51666379" rel="nofollow"&gt;your third video&lt;/a&gt; I was trying to get federation to work - an app pointing at /RpSrv federating with /IdSrv for the AuthN - but was having difficulty getting the right configuration.&lt;br /&gt;
&lt;br /&gt;
During the investigation, I disabled Home Realm Discovery and recycled /RpSrv.  Later, I noticed that the hrd entry was still shown on the &lt;strong&gt;Application integration&lt;/strong&gt; page.  I tried my app and I still saw the Home Realm Discovery page.  I tried disabling federation as well, and recycling, and that broke it.  So I re-enabled federation and recycled and the app started working again, with HRD.&lt;br /&gt;
&lt;br /&gt;
Later, I tried specifying the homeRealm attribute on the wsFederation element as described in your federation video but it didn't work.  Using Fiddler to grab the request, I can see that there's no whr parameter, just: GET /rpsrv/issue/hrd?wa=wsignin1.0&amp;amp;wtrealm=http%3a%2f%2flocalhost%3a49888%2f&amp;amp;wctx=rm%3d0%26id%3dpassive%26ru%3d%252f&amp;amp;wct=2013-04-14T08%3a22%3a15Z HTTP/1.1&lt;br /&gt;
&lt;br /&gt;
I imagine I'm doing something wrong but I'm not sure what.  I'm on the federation part of Dominick's WCF course (having completed the other two a few weeks ago) - that's what led me to IdentityServer and started me down this route.&lt;br /&gt;
&lt;br /&gt;
To summarise, there are two issues:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;why is HRD working when it's disabled?&lt;/li&gt;
&lt;li&gt;why is HRD happening when I'm supplying the homeRealm in config?&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><author>SSG31415926</author><pubDate>Sun, 14 Apr 2013 18:15:00 GMT</pubDate><guid isPermaLink="false">New Post: IdentityServer as both IdP and RP but HRD isn't working 20130414061500P</guid></item><item><title>New Post: newbie question on usage scenarios</title><link>http://identityserver.codeplex.com/discussions/436495</link><description>&lt;div style="line-height: normal;"&gt;hi guys,&lt;br /&gt;
&lt;br /&gt;
I'm investigating identityserver at the moment but am not sure if i really need it for my scenario.&lt;br /&gt;
what i'm trying to do is (in order of importance/need):&lt;br /&gt;
&lt;br /&gt;
1:) &lt;strong&gt;Deploy a bunch of web apps &amp;amp; api's under the same domain&lt;/strong&gt; &lt;br /&gt;
&lt;br /&gt;
e.g. root = example.com.  with apps/apis at: manage.example.com, reports.example.com, api.example.com  etc &lt;br /&gt;
But i want to be able to deploy them independently and i want to be able to log into one, e.g. account.example.com which then allows access to the other sites.  These sites are all written in asp.net mvc &amp;amp; web api &lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;I guess i could just produce a cookie, and check for that in the apps &amp;amp; api's, and perhaps store data in a serverside cache (that they all have access to)&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
2:) &lt;strong&gt;Use Social Logins&lt;/strong&gt;&lt;br /&gt;
e.g. google, linkedin, facebook, live etc. &lt;br /&gt;
I was thinking of just using the out of the box asp.net OAuthSecurity stuff could work here, and then again issue a cookie for the web apps &amp;amp; apis?&lt;br /&gt;
&lt;br /&gt;
3:) &lt;strong&gt;Secure non .net e.g Java based resources&lt;/strong&gt;&lt;br /&gt;
In addition I want to be able to secure java based web apps &amp;amp; apis, e.g. &lt;br /&gt;
products.example.com. These would probably be hosted using jetty or tomcat or whatever. &lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Would the cookie solution work here?&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
4:) &lt;strong&gt;Connect to Corporate Networks&lt;/strong&gt;&lt;br /&gt;
Allow Corporate, e.g ADFS. (we have a few large customers and it would make life easier if they're domain accounts could be used to login to our site). &lt;br /&gt;
&lt;br /&gt;
Any help here would be greatly appreciated. &lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
mick&lt;br /&gt;
&lt;/div&gt;</description><author>mickdelaney</author><pubDate>Wed, 13 Mar 2013 16:56:21 GMT</pubDate><guid isPermaLink="false">New Post: newbie question on usage scenarios 20130313045621P</guid></item><item><title>New Post: Custom User Repository</title><link>http://identityserver.codeplex.com/discussions/431329</link><description>&lt;div style="line-height: normal;"&gt;Guys - you know that this forum has been retired. I really only monitor the github issue tracker for IdSrv anymore.&lt;br /&gt;
&lt;/div&gt;</description><author>DominickBaier</author><pubDate>Wed, 06 Mar 2013 11:27:42 GMT</pubDate><guid isPermaLink="false">New Post: Custom User Repository 20130306112742A</guid></item><item><title>New Post: Custom User Repository</title><link>http://identityserver.codeplex.com/discussions/431329</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;Looooooka wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
This is purely a guess from looking at the code:&lt;br /&gt;
repositories.config&lt;br /&gt;
&lt;br /&gt;
userManagement-&amp;gt; you could write your own ProviderUserManagementRepository based on the one Dominick created.(your class needs to implement Thinktecture.IdentityServer.Repositories.IUserRepository) If this is what you're talking about...just set yours in this file.&lt;br /&gt;
If you're using the binaries and want the source then you should probably download the source code for Thinktecture.IdentityServer.Core&lt;br /&gt;
the other way(i'm using this one) is a custom membership provider.&lt;br /&gt;
simply set it up in web.config and that's it.&lt;br /&gt;
&lt;/blockquote&gt;
will this work for active directory aswell???&lt;br /&gt;
&lt;/div&gt;</description><author>dagimf</author><pubDate>Wed, 06 Mar 2013 09:32:36 GMT</pubDate><guid isPermaLink="false">New Post: Custom User Repository 20130306093236A</guid></item><item><title>New Post: how to configure Thinktecture Identity Server to use Active Directory logon</title><link>http://identityserver.codeplex.com/discussions/409609</link><description>&lt;div style="line-height: normal;"&gt;I have the same issue as well @riccardotreso and @dagimf have you find any ways to solve this i am stuck :(&lt;br /&gt;
&lt;/div&gt;</description><author>aymenim</author><pubDate>Wed, 06 Mar 2013 09:32:06 GMT</pubDate><guid isPermaLink="false">New Post: how to configure Thinktecture Identity Server to use Active Directory logon 20130306093206A</guid></item><item><title>New Post: how to configure Thinktecture Identity Server to use Active Directory logon</title><link>http://identityserver.codeplex.com/discussions/409609</link><description>&lt;div style="line-height: normal;"&gt;Yeah im working on the same problem can anyone tell me if it is possible to do it ,  and if it is any pointers on how please??&lt;br /&gt;
&lt;/div&gt;</description><author>dagimf</author><pubDate>Wed, 06 Mar 2013 09:28:34 GMT</pubDate><guid isPermaLink="false">New Post: how to configure Thinktecture Identity Server to use Active Directory logon 20130306092834A</guid></item><item><title>New Post: WS Federation exception (wctx parameter missing) in AD FS 2.0</title><link>http://identityserver.codeplex.com/discussions/435421</link><description>&lt;div style="line-height: normal;"&gt;Hi, &lt;br /&gt;
&lt;br /&gt;
this might be a bug - &lt;br /&gt;
&lt;br /&gt;
this forum is retired. Could you post that please on the github issue tracker for idsrv?&lt;br /&gt;
&lt;br /&gt;
thanks&lt;br /&gt;
&lt;/div&gt;</description><author>DominickBaier</author><pubDate>Wed, 06 Mar 2013 07:45:13 GMT</pubDate><guid isPermaLink="false">New Post: WS Federation exception (wctx parameter missing) in AD FS 2.0 20130306074513A</guid></item><item><title>New Post: WS Federation exception (wctx parameter missing) in AD FS 2.0</title><link>http://identityserver.codeplex.com/discussions/435421</link><description>&lt;div style="line-height: normal;"&gt;Hi Dominick,&lt;br /&gt;
&lt;br /&gt;
Can you please assist me?&lt;br /&gt;
&lt;br /&gt;
I decided to use your Idsrv v2 for my solution.&lt;br /&gt;
General idea was to move authentication logic from the application to separate STS. Initially AD FS 2.0 fited us very well, because we store our user data in AD.&lt;br /&gt;
But then was decided to add possibility of authentication via Google,Facebook,Twitter,... So I thought to add your Idsrv (as IP-STS), and connect it to ADFS (as RP-STS). &lt;br /&gt;
&lt;br /&gt;
Flow:&lt;br /&gt;
--&amp;gt; User redirected to Adfs, choose login via Idsrv &lt;br /&gt;
--&amp;gt; Redirected to Hrd page of Idsrv, clicks Facebook button &lt;br /&gt;
--&amp;gt; Redirected to Facebook login page, enters credentials &lt;br /&gt;
--&amp;gt; Facebook authenticates user, send user claims back to Idsrv&lt;br /&gt;
--&amp;gt; Idsrv sends email claim to Adfs&lt;br /&gt;
(here it crashes, Adfs exception: &amp;quot;The WS-Federation Passive protocol parameter 'wctx' was not found or not valid&amp;quot; )&lt;br /&gt;
--&amp;gt; Adfs adds additional claims based on the user's email &lt;br /&gt;
--&amp;gt; RpApp will get all claims of the user&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now I'm out of ideas. I'm stucked few days on that problem:&lt;br /&gt;
Adfs exception: &amp;quot;The WS-Federation Passive protocol parameter 'wctx' was not found or not valid&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Interesting, when I change configuration in ADFS2.0: WS-Federation Endpoint for Claim provider from &lt;a href="https://idsrv.mydomain.com/idsrv/issue/hrd" rel="nofollow"&gt;https://idsrv.mydomain.com/idsrv/issue/hrd&lt;/a&gt; to  &lt;a href="https://idsrv.mydomain.com/idsrv/issue/wsfed" rel="nofollow"&gt;https://idsrv.mydomain.com/idsrv/issue/wsfed&lt;/a&gt;. It works! But it isn't what I need. My RP app just gets claims of Idsrv user. Pretty useless for me.&lt;br /&gt;
&lt;h2&gt;Here is my setup:&lt;/h2&gt;
&lt;h2&gt;Idsrv2 (as IP-STS): idsrv.mydomain.com&lt;/h2&gt;
Relying party configuration for ADFS 2.0:&lt;br /&gt;
-Display Name:  ADFS&lt;br /&gt;
-Realm/Scope Name:  &lt;a href="https://adfs.mydomain.com/adfs/services/trust" rel="nofollow"&gt;https://adfs.mydomain.com/adfs/services/trust&lt;/a&gt;&lt;br /&gt;
-Redirect Url:  &lt;a href="https://adfs.mydomain.com/adfs/ls/" rel="nofollow"&gt;https://adfs.mydomain.com/adfs/ls/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Identity Provider Configuration:&lt;br /&gt;
Facebook, Google (as in the example: &lt;a href="http://brockallen.com/2012/11/04/oauth2-in-thinktecture-identityserver-oauth2-identity-providers/" rel="nofollow"&gt;http://brockallen.com/2012/11/04/oauth2-in-thinktecture-identityserver-oauth2-identity-providers/&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
Protocol WS-Federation:&lt;br /&gt;
Enabled:   true&lt;br /&gt;
Enable Sign-in:   true&lt;br /&gt;
Enable Federation:   true&lt;br /&gt;
Enable Home Realm Discovery:   true&lt;br /&gt;
Allow ReplyTo parameter:   false&lt;br /&gt;
Require ReplyTo within Realm:   false&lt;br /&gt;
Require SSL:   false&lt;br /&gt;
&lt;br /&gt;
Protocol WS-Trust:&lt;br /&gt;
Enabled:   true&lt;br /&gt;
Enable Message Security Endpoints:   false&lt;br /&gt;
Enable Mixed Mode Security Endpoints:   true&lt;br /&gt;
Enable Client Certificates Authentication:   false&lt;br /&gt;
Enable Federated Authentication:   false&lt;br /&gt;
Enable Identity Delegation: true&lt;br /&gt;
&lt;br /&gt;
Protocol Oauth2:&lt;br /&gt;
Enabled:   true&lt;br /&gt;
Enable Implicit Flow:   false&lt;br /&gt;
Enable Resource Owner Flow:   false&lt;br /&gt;
Enable Consent Page:   true&lt;br /&gt;
&lt;h2&gt;ADFS2.0 (as RP-STS): adfs.mydomain.com&lt;/h2&gt;
Claim Provider Configuration:&lt;br /&gt;
-Display Name:  idsrv.mydomain.com&lt;br /&gt;
-Identifier: &lt;a href="https://idsrv.mydomain.com/idsrv/trust/" rel="nofollow"&gt;https://idsrv.mydomain.com/idsrv/trust/&lt;/a&gt;&lt;br /&gt;
-WS-Federation Endpoint: &lt;a href="https://idsrv.mydomain.com/idsrv/issue/hrd" rel="nofollow"&gt;https://idsrv.mydomain.com/idsrv/issue/hrd&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
RP Configuration:&lt;br /&gt;
-Display Name: MvcTestApp&lt;br /&gt;
-WS-Federation Endpoint: &lt;a href="https://adfs.mydomain.com/MvcTestApp/" rel="nofollow"&gt;https://adfs.mydomain.com/MvcTestApp/&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;MvcTestApp (RP): VS2012 Template MVCApplication&lt;/h2&gt;
&amp;lt;wsFederation passiveRedirectEnabled=&amp;quot;true&amp;quot; issuer=&amp;quot;&lt;a href="https://adfs.mydomain.com/adfs/ls/" rel="nofollow"&gt;https://adfs.mydomain.com/adfs/ls/&lt;/a&gt;&amp;quot; realm=&amp;quot;&lt;a href="https://adfs.mydomain.com/MvcTestApp/" rel="nofollow"&gt;https://adfs.mydomain.com/MvcTestApp/&lt;/a&gt;&amp;quot; requireHttps=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thank you in advance,&lt;br /&gt;
Gregory&lt;br /&gt;
&lt;/div&gt;</description><author>GregoryLevit</author><pubDate>Tue, 05 Mar 2013 12:35:04 GMT</pubDate><guid isPermaLink="false">New Post: WS Federation exception (wctx parameter missing) in AD FS 2.0 20130305123504P</guid></item><item><title>New Post: Custom User Repository</title><link>http://identityserver.codeplex.com/discussions/431329</link><description>&lt;div style="line-height: normal;"&gt;This is purely a guess from looking at the code:&lt;br /&gt;
repositories.config&lt;br /&gt;
&lt;br /&gt;
userManagement-&amp;gt; you could write your own ProviderUserManagementRepository based on the one Dominick created.(your class needs to implement Thinktecture.IdentityServer.Repositories.IUserRepository) If this is what you're talking about...just set yours in this file.&lt;br /&gt;
If you're using the binaries and want the source then you should probably download the source code for Thinktecture.IdentityServer.Core&lt;br /&gt;
the other way(i'm using this one) is a custom membership provider.&lt;br /&gt;
simply set it up in web.config and that's it.&lt;br /&gt;
&lt;/div&gt;</description><author>Looooooka</author><pubDate>Mon, 25 Feb 2013 21:26:33 GMT</pubDate><guid isPermaLink="false">New Post: Custom User Repository 20130225092633P</guid></item><item><title>New Post: Standard ChannelFactory using CreateChannelWithActAsToken using wrong trust version to request ActAs token</title><link>http://identityserver.codeplex.com/discussions/434181</link><description>&lt;div style="line-height: normal;"&gt;I guess an easier way to clarify my question is whether there is a way to specify what trust version a standard ChannelFactory using a ws2007FederatedHttpBinding will make when it needs to call Issue for an ActAs token?&lt;br /&gt;
&lt;br /&gt;
Is it something that it reads from the Issuer's Metadata?&lt;br /&gt;
Is there a property on ws2007FederatedHttpBinding I have to set?&lt;br /&gt;
&lt;br /&gt;
Or do I have to implement the older 1.2 standard for all ActAs Issue requests?&lt;br /&gt;
&lt;/div&gt;</description><author>digidank</author><pubDate>Mon, 25 Feb 2013 17:31:50 GMT</pubDate><guid isPermaLink="false">New Post: Standard ChannelFactory using CreateChannelWithActAsToken using wrong trust version to request ActAs token 20130225053150P</guid></item><item><title>New Post: Standard ChannelFactory using CreateChannelWithActAsToken using wrong trust version to request ActAs token</title><link>http://identityserver.codeplex.com/discussions/434181</link><description>&lt;div style="line-height: normal;"&gt;When I use my security token to call factory.CreateChannelWithActAsToken it calls my STS's Issue using the wrong namespacing and expecting the wrong trustversion.&lt;br /&gt;
&lt;br /&gt;
I can connect to my STS and request tokens and ActAs tokens manually with WSTrustChannel using WSTrust13 an it works perfectly fine.  But when I setup a WS2007FederationHttpBinding and point to my STS it always makes the issue request using the wrong format.  I stepped into my STS and had to deserialize the message using the WSTrustFeb2005ResponseSerializer instead of WSTrust13ResponseSerializer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ws2007FederationHttpBinding&amp;gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;    &amp;lt;binding name=&amp;quot;AdministrationServiceBinding&amp;quot;&amp;gt;
      &amp;lt;security mode=&amp;quot;TransportWithMessageCredential&amp;quot;&amp;gt;
        &amp;lt;message issuedTokenType=&amp;quot;http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0&amp;quot; negotiateServiceCredential=&amp;quot;false&amp;quot;&amp;gt;
          &amp;lt;issuer address=&amp;quot;https://localhost:44300/WSFederationServices.svc/Issue&amp;quot;
            binding=&amp;quot;wsHttpBinding&amp;quot; bindingConfiguration=&amp;quot;CustomSecurityTokenServiceBinding&amp;quot;  /&amp;gt;
          &amp;lt;issuerMetadata address=&amp;quot;https://localhost:44300/WSFederationServices.svc/mex&amp;quot; /&amp;gt;
        &amp;lt;/message&amp;gt;
      &amp;lt;/security&amp;gt;
    &amp;lt;/binding&amp;gt;
  &amp;lt;/ws2007FederationHttpBinding&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

I'm sure I probably am misunderstand how something works.  But, this seems like it should work and is not.  Any input?&lt;br /&gt;
&lt;/div&gt;</description><author>digidank</author><pubDate>Fri, 22 Feb 2013 22:43:16 GMT</pubDate><guid isPermaLink="false">New Post: Standard ChannelFactory using CreateChannelWithActAsToken using wrong trust version to request ActAs token 20130222104316P</guid></item><item><title>New Post: .NET 4.5 requesting token using another SAML token</title><link>http://identityserver.codeplex.com/discussions/398243</link><description>&lt;div style="line-height: normal;"&gt;Awesome.Thank you for helping the blind(me)... :)&lt;br /&gt;
&lt;/div&gt;</description><author>Looooooka</author><pubDate>Sun, 17 Feb 2013 13:48:15 GMT</pubDate><guid isPermaLink="false">New Post: .NET 4.5 requesting token using another SAML token 20130217014815P</guid></item><item><title>New Post: .NET 4.5 requesting token using another SAML token</title><link>http://identityserver.codeplex.com/discussions/398243</link><description>&lt;div style="line-height: normal;"&gt;&lt;a href="http://leastprivilege.com/?s=Using+SAML+As+A+Client+Credential+Type+In+WCF+With+Geneva" rel="nofollow"&gt;http://leastprivilege.com/?s=Using+SAML+As+A+Client+Credential+Type+In+WCF+With+Geneva&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>DominickBaier</author><pubDate>Sat, 16 Feb 2013 12:03:50 GMT</pubDate><guid isPermaLink="false">New Post: .NET 4.5 requesting token using another SAML token 20130216120350P</guid></item></channel></rss>