Jonathan Schuster

438
Reputation
157 views

Registered User

Name Jonathan Schuster
Member for 1 year
Seen yesterday
Website
Location Chicago, IL
Age 24
Software Consultant at Clarity Consulting
Nov
25
comment What’s the purpose of claims-based authorization?
Thanks, that's starting to make sense, now. I'm still a little hazy on ACS, but I think I'm at least starting to see the rationale behind claims-based auth in general, now.
Nov
24
comment What’s the purpose of claims-based authorization?
Right, but to me, that all sounds like authentication rather than authorization. I guess I'm imagining that the user gives you some token that has their authenticated ID, and the server looks up permissions based on that ID. The token could contain other claims, but I don't understand why it would. I'm looking at this mostly from the perspective of Azure's ACS, which doesn't really seem to give you these benefits, since it only accepts a couple of types of authentication. Am I wrong in viewing ACS as a pure authorization provider (no authentication) and not seeing much value in that?
Nov
24
accepted Programmatically creating list from CheckoutStepsTemplate throws exception
Nov
24
asked What’s the purpose of claims-based authorization?
Nov
19
awarded  Popular Question
Sep
26
awarded  Yearling
Aug
31
comment WPF 3-D performance for head-tracking app
There is no "texture" per se. I'm just using the SolidColorBrush on all of my models. XNA is probably my first choice at the moment, assuming WPF isn't going to cut it. My ownly problem so far is that the way graphics work in XNA seems very odd to me, but maybe that's just a learning curve I need to get over.
Aug
31
asked WPF 3-D performance for head-tracking app
Aug
27
awarded  Good Answer
Aug
25
accepted How do you create an off-center PerspectiveCamera in WPF?
Aug
24
comment How do you create an off-center PerspectiveCamera in WPF?
I meant some method that does the math for me, instead of forcing me to do it like I had to in my answer below.
Aug
24
answered How do you create an off-center PerspectiveCamera in WPF?
Aug
20
revised How do you create an off-center PerspectiveCamera in WPF?
deleted 2 characters in body
Aug
20
revised How do you create an off-center PerspectiveCamera in WPF?
edited tags
Aug
20
asked How do you create an off-center PerspectiveCamera in WPF?
Jul
20
answered Are reads and writes to properties atomic in C#?