Thinktecture.IdentityServer Beta 1
Posted
by Your DisplayName here!
on Least Privilege
See other posts from Least Privilege
or by Your DisplayName here!
Published on Fri, 20 May 2011 14:23:27 GMT
Indexed on
2011/06/20
16:38 UTC
Read the original article
Hit count: 451
IdentityServer
I just upload beta 1 to codeplex. Please test this version and give me feedback.
Some quick notes on setup
- Watch the intro screencast on the codeplex site.
- Use the setup tool to set the signing and SSL certificate. You can now also set the ACLs on the private key for your worker pool account.
- IIS is required .
- SSL for the IIS site the STS runs in is required.
- Users of the STS must be in the 'IdentityServerUsers' role.
- Admins of the STS must be in the 'IdentityServerAdministrators' roles.
What’s new?
Mainly smaller bits and pieces and some refactoring. The biggest under the
cover change is a new authorization model for the STS itself. If, e.g. you don’t like
the new roles I introduced, you can easily change the behavior in the claims authorization
manager in the STS web site project.
What’s missing?
The big one is Azure support. Not that I ran into unforeseeable problems
here, I just wanted to wait until the on-premise version is more stabilized. Now with
B1 I can start adding Azure support back.
© Least Privilege or respective owner