Preparing for the things to come (very soon), I had to rename the Github repositories for IdentityServer. Sorry for any inconvenience.
V1 – https://github.com/thinktecture/Thinktecture.IdentityServer.v1
V2 (beta next week) – https://github.com/thinktecture/Thinktecture.IdentityServer.v2
Hi Dom,
Great work and thank you for sharing. I’m currently a little confused about security for a pure WebAPI project (no views). I’ve read so much I can’t see an obvious winner yet. Is your solution build on top of an aspnet forms authentication membership database?
What do you mean with “my solution”?
I was looking at the Thinktecture.IdentityModel and was wondering about the backend storage.
Hoping you might have an update on when you will be ready to beta Identity Server v2. We are very interested in taking a look at it as soon as you feel it is ready. I notice that the sql script isn’t checked into github for v2 so I am assuming it is still a work in progress and not ready yet for others to be playing around with.
This week ;)
But the beta will not have sql scripts – it uses sql express. But it is all entity framework, so you can automatically create the config db by changing the connection string.
By default membership and roles. But it is customizable.