I uploaded a Nuget package for Thinktecture.IdentityModel that contains both the 4.0 and 4.5 versions. That should make it easier.
We will try to keep both framework versions as closely in sync as possible.
I uploaded a Nuget package for Thinktecture.IdentityModel that contains both the 4.0 and 4.5 versions. That should make it easier.
We will try to keep both framework versions as closely in sync as possible.
Hi Dominick,
First of all, I want to say i’ve been a big fan of your work, especially WIF topics. Reading your blog is the first thing i’ve been doing every moring the past 2 months.
With the release of this Thinktecture.IdentityModel.40, i’m wondering if there is any plan to update the IdentityServer (.Net 4 version) to make use of this library and also offer support JWT from the OAuth2 endpoint? I’ve started to do the conversion and making to changes to the IdentityServer source code but i’m not 100% confident on whether i’ve done it correctly.
Thanks,
Ryan N
Hi,
good question. My original plan was to make no updates anymore to the 4.0 version. But i may backport that specific feature (JWT over OAuth2) – since a number of people are asking for it.
I’m currently making changes to the IdentityServer project. I can submit my changes and have you do a review on them to make sure it’s what it should be?
You can post some details and questions to the forum. But I can’t promise I have the time for it.
I made some changes in the 4.5 version to enable JTW over OAuth2. The commit is here:
https://github.com/thinktecture/Thinktecture.IdentityServer.45/commit/f7e71447c22acacdefbce5d85f78c844bd065d3e
This is not as straightforward in the 4.0 version though.
Hello Dominick,
Are there any plans to upgrade Thinktecture.IdentityModel.Web so that it uses the new version of Thinktecture.IdentityModel?
Not currently. What’s the scenario?
I am not sure yet, as I have just begun my researching on using Thinktecture.IdentityModel.Web.
But I guess the real question would be whether or not there is any benefit in upgrading to the new version…at first view, there doesn`t seem to be.
I think I have misunderstood. Does the new Thinktecture.IdentityModel.40 library replace Thinktecture.IdentityModel.Web (and Thinktecture.IdentityModel.Http)?
I guess the big feature in the new library is support for JWT. That’s mainly it (from a WCF point of view).
I would recommend using Web API anyways for every scenario that used to be WCF web programming.
I think I have misunderstood. Is the new Thinktecture.IdentityModel.40 library meant to replace Thinktecture.IdentityModel.Web (and Thinktecture.IdentityModel.Http)?
See here:
https://leastprivilege.com/open-source/
Hi Dominick,
Looks like Thinktecture.IdentityModel.Utility.* has been removed? Is this available in a separate NuGet package?
Thanks.
Hi Dominick,
Looks like Thinktecture.IdentityModel.Utility.* has been removed? Is it available in a separate package?
Thanks.
It is still available in the 1.3 version. What specifically are you looking for?
I was using ClaimsViewer, but it’s ok, I’ve extracted out what I needed from the source on github.
Thanks.