Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Zermatt is now Geneva Framework

    For those who didn't attend PDC, the Zermatt identity framework has been re-code-named Geneva Framework so that it fits in with the Geneva family of products : Geneva Framework : a .NET class library called Microsoft.IdentityModel (basically it's an updated Zermatt) Geneva Server : This is essentially...
    Posted to Security Briefs by keith-brown on 11-26-2008
    Filed under: Filed under: , ,
  • Sarah Palin and Security Questions

    I've always looked at security questions used to automate user password recovery with quite a bit of skepticism . What's the point of requiring strong passwords if you allow anyone to reset the password on an account by answering a (potentially inane) question? And just how many good security...
    Posted to Security Briefs by keith-brown on 10-09-2008
    Filed under: Filed under: , ,
  • Zermatt in Community Server

    I'm about to embark on a mission to get Zermatt integrated into pluralsight.com as our single-sign-on solution, and a big part of that is getting our Community Server installation wired into that. I'm curious if anyone else has seen any work being done in this area, or if I'll be the first...
    Posted to Security Briefs by keith-brown on 10-06-2008
    Filed under: Filed under: , ,
  • Where to get Password Minder

    We recently updated our website and some links have broken as a result. Here's the place you should go to get the latest version of Password Minder: http://mercury.pluralsight.com/tools.aspx Sorry for any inconvenience!
    Posted to Security Briefs by keith-brown on 08-05-2008
    Filed under: Filed under: , ,
  • Introducing Microsoft Code Name Zermatt

    Updated on Nov 26, 2008: Zermatt has been renamed to Geneva, and links have changed. See this post for details. For a couple of years now, I've been giving talks about "claims-based identity", and "claims-aware applications". The most concrete example of a claims-based identity...
    Posted to Security Briefs by keith-brown on 07-09-2008
    Filed under: Filed under: , ,
  • Information Card Foundation

    Finally there's a home on the Internet for information cards . I've been waiting for this for a long time - a place to point consumers, executives, and developers to learn more about information cards. And it's not just a Microsoft thing. Founding members include Google, PayPal, Novell, and...
    Posted to Security Briefs by keith-brown on 07-09-2008
    Filed under: Filed under: , ,
  • Demos from my TechEd talks

    To those who came to my talks at TechEd 2008 Developers , thank you! Be sure to fill out an evaluation before you leave; scores matter a lot to the conference organizers, so let them know what you thought. Here is the code from my ADFS talk. Here is the code from my Understanding Claims talk. Enjoy!
    Posted to Security Briefs by keith-brown on 06-04-2008
    Filed under: Filed under: , ,
  • Password Minder 1.5.0.10 Released

    This is a minor update. Here's what was changed (from the readme file): Incorporated a patch from Richard Howells to give you the option to turn on/off the "Always On Top" behavior of the main form. I still recommend not keeping PWM in memory all the time - only run it when you need it...
    Posted to Security Briefs by keith-brown on 04-12-2008
    Filed under: Filed under: , ,
  • WCF Security Guidance from P&P

    This is new; J.D. and crew are hosting it on CodePlex to get feedback. From J.D.'s blog : Our patterns & practices WCF Security Guidance Project is in progress on CodePlex. This is our first release of prescriptive guidance modules for WCF Security. How Tos Our How Tos give you step by step instructions...
    Posted to Security Briefs by keith-brown on 04-04-2008
    Filed under: Filed under: , ,
  • Claims talk

    Thanks to all of YOU who attended my claims-based identity postconference here at DevWeek. Grab the demos from here . Updated (20 Mar 2008) with new link.
    Posted to Security Briefs by keith-brown on 03-14-2008
    Filed under: Filed under: , ,
  • NCover.Console requires admin privileges

    In my quest to get unit testing and code coverage, I was disappointed to find that NCover requires administrative privileges to run. I posted on their forum about this , and was informed that the authors "haven't had a good enough reason" to fix the problem. So right now, if you want to use NCover in...
    Posted to Security Briefs by keith-brown on 01-21-2008
    Filed under: Filed under: , ,
  • Turns out John found a bargain

    Before posting my discussion of code signing cert costs , I took a quick look at my trusted root store and didn't find anything by Comodo. I guess I should have looked more closely. There it is! Apparently John's found an excellent deal . It turns out that the trusted root cert he had to install was...
    Posted to Security Briefs by keith-brown on 01-17-2008
    Filed under: Filed under: , ,
  • The cost of a code signing certificate

    UPDATE: It turns out that John *did* find a bargain. Please be sure to read this followup post . In my recent post about Windows Live OneCare Firewall and Security, I mentioned that code signing certificates aren't cheap. If you look at the major vendors like VeriSign and Thawte , you'll find they charge...
    Posted to Security Briefs by keith-brown on 01-17-2008
    Filed under: Filed under: , ,
  • Authorization vs. Business Logic

    Over the last few years the software industry has been figuring out better ways of solving security problems. One of the remaining conundrums has been figuring out where to put authorization logic. When you start thinking about this, you often end up in a big gray area: where does the "authorization...
    Posted to Security Briefs by keith-brown on 01-09-2008
    Filed under: Filed under: , ,
  • Setting file ACLs with PowerShell part 5

    In my previous post in this series, I showed how easy it is to work with enumerations in PowerShell. Here's the code I've been walking through in this series: $dacl = (dir foo.txt).GetAccessControl() $newRule = New-Object Security.AccessControl.FileSystemAccessRule "keith", Modify, Allow $modified =...
    Posted to Security Briefs by keith-brown on 01-09-2008
    Filed under: Filed under: , , ,
Page 1 of 4 (47 items) 1 2 3 4 Next >