Stories recently tagged with 'Identity'

Beginner for Windows identity foundation(www.blog.my-idea.co.in)

submitted by mpremrajmscmpremrajmsc(10) 1 year, 9 months ago

Steps to install Windows Identity Foundation and Basic installers for the windows identity foundation read more...

add a comment |category: |Views: 20

tags: another

Claims based Authentication & Authorization: The Guide(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 9 months ago

Eugenio announced yesterday the kickoff of a new guide from patterns & practices in which I’m collaborating: Claims based Authentication & Authorization Guide. This is not a new topic as Eugenio suggests in his blog, but it’s getting more and more attention because: •Technology is more mature, hence it’s easier to implement claim-based identity •Enterprises are failing to control the amount of different identity repositories, leading to higher provisioning/deprovisioning costs, security problems, etc. •End users want simpler user experiences and less passwords •The cloud makes all these even more challenging ... read more...

add a comment |category: |Views: 137

tags: another

Drink the red token – debug your claims-aware apps(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 10 months ago

Another identity development widget brought to you by Vittorio’s team. This time it’s a very tiny control called SecurityTokenVisualizer that helps debugging claims-aware web applications. But the thing I like of this control is that it can also be used as a teaching tool, very useful for demos by the way. Last week we “dogfooded” it during the Iteration Review of an identity-related project and the audience made the click when we expanded the red small pentagon that shows the behind the scenes... read more...

add a comment |category: |Views: 9

tags: another

ASP.NET control for claims-aware apps(blogs.southworks.net)

submitted by mwoloskimwoloski(160) 2 years, 10 months ago

Vittorio just announced it in his blog… we helped writing an experiment of raising the level of abstraction to work against claims. We created a server control that allows you to work with claims. There are three types of expression: Claim Value: set the value of a property with the value of a specified claim type ... read more...

add a comment |category: |Views: 16

tags: another

Finding IDENTITY columns(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 3 years, 11 months ago

Considering transactional replication in SQL Server? Need to find all tables in your database that use Identity columns? This blog offers a T-SQL query that'll do just that. read more...

add a comment |category: |Views: 4

tags: another

Returning The Value Of A Generated Key On Insert In MSSQL(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 5 years, 1 month ago

I wanted to use GUIDs for a specific table's primary key, but I had no intention of running two queries just so I could get the newly created row's GUID. Here's a great way to get data created within a stored procedure back to the code that called it. read more...

add a comment |category: |Views: 3

tags: another

What should I choose for my primary key?(databases.aspfaq.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 5 years, 2 months ago

Naturals? Idents? GUIDs? Oh, jeez. Getting an official opinion on which to use is about as hard as getting a lawyer to tell you exactly when its okay to shoot somebody. NOBODY wants to give you a straight up answer. And you can understand why; there are many different things you have to consider, each of which can take you in a completely different direction. This article is an excellent listing of each type and its pros and cons. Protip: Idents are your best bet. From www.codinghorror.com. read more...

1 comment |category: |Views: 4

tags: another