Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Alik Levin's
Clarity, Technology, and Solving Problems |
PracticeThis.com
This Blog
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Atom
OK
Search
Tags
adfs
AppFabric Access Control Service (ACS)
Architecture
Auditing and Logging
Authentication
Authorization
Azure
Azure AppFabric Access Control Service (ACS)
Deployment
Development
IIS 7
Implementation
Inception
Information Gathering
Input Validation
Inspection
Performance
Practices
REST
Sensitive Data
Test
Tools
Video
WCF
Windows Identity Foundation
Archives
Archives
July 2012
(3)
June 2012
(2)
February 2012
(4)
January 2012
(1)
November 2011
(2)
October 2011
(2)
September 2011
(11)
August 2011
(3)
July 2011
(1)
June 2011
(6)
May 2011
(9)
April 2011
(13)
March 2011
(23)
February 2011
(8)
January 2011
(8)
December 2010
(13)
November 2010
(6)
October 2010
(5)
September 2010
(7)
August 2010
(1)
July 2010
(3)
June 2010
(5)
May 2010
(8)
April 2010
(6)
March 2010
(8)
June 2009
(4)
May 2009
(4)
April 2009
(2)
March 2009
(7)
February 2009
(8)
December 2008
(2)
November 2008
(9)
October 2008
(6)
September 2008
(4)
August 2008
(1)
July 2008
(7)
June 2008
(5)
May 2008
(4)
April 2008
(4)
March 2008
(3)
February 2008
(3)
January 2008
(10)
December 2007
(6)
November 2007
(4)
October 2007
(11)
September 2007
(4)
August 2007
(6)
July 2007
(8)
June 2007
(3)
May 2007
(21)
April 2007
(25)
March 2007
(25)
.Net Security How To's
patterns & practices Security How To's Index
ASP.NET 2.0 Security Questions and Answers
Tamper detection
Authentication Hub
VSTS Resources
Architecture and Design checklists
Securing Sites with IP Address Restrictions
WCF - XSD validation for WCF services
WCF - Message Inspectors
Using Credential Management in Windows XP and Windows Server 2003
WCF - Common Security Scenarios
WCF - Authorization
Validating XML Data with XmlReader
Input Validation - XML Data
Validation - Web Client Software Factory
patterns & practices WCF Security Application Scenarios
Microsoft Identity and Access Management Series
Popular
My Favorite Shortcuts
My Pipeline Is My Inbox
Security .Net Code Inspection Using Outlook 2007
Security Code Inspection - Eternal Search For SQL Injection
.Net Assembly Spoof Attack
Code Inspection - First Look For What To Look For
How To Hack WCF - New Technology, Old Hacking Tricks
Generate Documents Out Of Mail Items Directly From Outlook 2007
ARCast With Ron Jacobs - Defending the Application
How to Use Outlook 2007 RSS To Effectively Aggregate And Distill Information
Impactful
Super Size Me
Billy Eliot
The Legend of 1900
The Terminal
The Counterfeiters
Tools
Fiddler2 Web Debugger - Freeware HTTP(S) debugging tool
Microsoft Network Monitor 3
FxCop Team Page
Microsoft Threat Analysis & Modeling
Windows Sysinternals tools
Log Parser 2.2
p&p Practices Checker - performance
Microsoft ® Windows Server ™ 2003 Performance Advisor
Ajax View
WCat 6.3 (x86)
Funnel Web Analyzer 5.0 for Windows
.Net Performance How To's
Improving .NET Application Performance and Scalability
Exceptional Performance
Performance Testing Guidance How-To's
Fiddler PowerToy - Part 2: HTTP Performance
Performance Testing with Fiddler
Bottleneck-Detection Counters
Troubleshooting Performance Problems in SQL Server 2005
Performance Frame - v2
12 Steps To Faster Web Pages With Visual Round Trip Analyzer
. My Personal Blog .
Practice This
Design Patterns
data & object factory
Yahho Design Pattern Library
Sample .Net 3.0 app
Application Architecture for .NET: Designing Applications and Services
Litware HR - A Multitenant sample application
Microsoft .NET Pet Shop 4.0
Responsive Composite Web Client Reference Implementation
Table of Contents: Introduction to CAB/SCSF
ASP.NET Quickstarts
Microsoft Identity and Access Management Series
Software design patterns
Browse by Tags
MSDN Blogs
>
Alik Levin's
>
All Tags
>
security
Tag Cloud
adfs
AppFabric Access Control Service (ACS)
Architecture
Auditing and Logging
Authentication
Authorization
Azure
Azure AppFabric Access Control Service (ACS)
Deployment
Development
IIS 7
Implementation
Inception
Information Gathering
Input Validation
Inspection
Performance
Practices
REST
Sensitive Data
Test
Tools
Video
WCF
Windows Identity Foundation
Tagged Content List
Blog Post:
Graph API Code Sample: Authenticate and Read an Object From Windows Azure Active Directory (AD)
Alik Levin
This code sample is a very basic console application written using Visual Studio 2010: Download the code sample: Authenticate and Read and Object From Windows Azure AD It demonstrates the following key features: How to request JWT token from Windows Azure AD Access Control using symmetric key. How to...
on
24 Jul 2012
Blog Post:
Windows Azure AD Graph API Guidance Is Available on MSDN
Alik Levin
Hot off the press, Windows Azure AD Graph API Guidance available now on MSDN here . Here are key sections of the guidance: Windows Azure Active Directory Graph Overview Getting Started With Windows Azure Active Directory Graph Windows Azure AD Graph Features Windows Azure AD Graph Scenarios and Solutions...
on
12 Jul 2012
Blog Post:
Windows Azure Active Directory (AD) Graph API and Hybrid Cloud Identity
Alik Levin
Windows Azure Active Directory (AD) Graph API is a feature that allows programmability against MS cloud directory, Windows Azure AD. Windows Azure AD powers Office 365 and Windows Intune. Scott Guthrie mentioned Graph API in his keynote (01:03:10). There is also drill down session during Teched by...
on
15 Jun 2012
Blog Post:
ASP.NET Web App To REST WCF Service Delegation Using Shared SWT Token
Alik Levin
Just published the article for the following scenario: ASP.NET Web App To REST WCF Service Delegation Using Shared SWT Token Scenario: In this scenario you are developing distributed application that includes front end ASP.NET web app and the backend REST WCF service. You are interested...
on
9 Feb 2012
Blog Post:
REST WCF: Authentication With SWT Token Issued By Windows Azure Access Control Service (ACS)
Alik Levin
This is second part following the first part, ASP.NET: Authentication With SWT Token Using Windows Azure ACS and WIF Custom Token Handler , of the overall scenario that should answer the following question: How I can flow security context of end user through tiers between ASP.NET web app and the downstream...
on
8 Feb 2012
Blog Post:
ASP.NET: Authentication With SWT Token Using Windows Azure ACS and WIF Custom Token Handler
Alik Levin
This is first part of the overall scenario that should answer the following question: How I can flow security context of end user through tiers between ASP.NET web app and the downstream REST WCF service? Uploaded sample code to MSDN Code Gallery that shows how to use SWT token issued by Windows...
on
7 Feb 2012
Blog Post:
ASP.NET To WCF (SOAP) Delegation Of Security Token Using Live ID
Alik Levin
Just added another scenario to the Cloud Identity Scenarios and Solutions for Developers including solution approach, code sample, walkthrough . Courtesy of Todd Foust who created it all from scratch. The scenario is distributed application with ASP.NET web app calling to the back end WCF (SOAP) web...
on
7 Feb 2012
Blog Post:
Staging Windows Azure Cloud Applications and Service Integrated With ACS
Alik Levin
This post outlines my thinking on possible ways to stage application and services that are integrated with ACS. It’s a common practice to have at least three environments – development, test, production - when developing applications and services. Application that use ACS should not be...
on
4 Oct 2011
Blog Post:
How To: Use AD FS Endpoints When Developing Claims Aware WCF Services Using WIF
Alik Levin
This post is based on WIF Built-in Bindings Overview and AD FS Endpoints . This information should provide a more cohesive view for developers when developing claims aware WCF services using AD FS and WIF. There are 30 scenarios here. Working on guidance when to use what. WS-Trust 1.3 endpoints AD FS...
on
30 Sep 2011
Blog Post:
Cloud Identity Stories for Developers–Application Architecture Scenarios
Alik Levin
I have packaged Cloud Identity Scenarios and Solutions for Developers into PDF document. I hope it will be easier to consume and share for you. It only includes Application Architecture scenarios. The link though provides more scenarios and solutions. Each scenario is organized as follows: Scenario...
on
29 Sep 2011
Blog Post:
Windows Azure ACS Resources For Under Fire Scenarios
Alik Levin
This is a quick list of resources for the under fire scenarios for Windows Azure ACS (Windows Azure is here , SQL Azure here , and Service Bus here ). Under fire scenarios in my speak is when something needs to be done quickly. Example, fix error, write working code, get up to speed with the folksonomy...
on
16 Sep 2011
Blog Post:
60 Seconds On Developing Claims Aware ASP.NET Web Applications And WCF Services Using AD FS
Alik Levin
As a developer of ASP.NET web applications and WCF service what should I know about AD FS and how to integrate it with my apps and services? First, realize if your scenario requires AD FS. To do so consider the following three key scenarios and their characteristics: Provide Your Active Directory Users...
on
14 Sep 2011
Blog Post:
How To: Obtain SWT Security Token From Windows Azure AppFabric ACS In WPF Application Using WebBrowser Control
Alik Levin
This post assumes you have completed steps outlined in Displaying List Of Identity Providers (IdP’s) For Windows Azure AppFabric ACS Namespace In WPF Application In this post I will show how to obtain SWT token from Windows Azure AppFabric Access Control Service (ACS) in WPF application using...
on
11 Sep 2011
Blog Post:
How To: Display List Of Identity Providers (IdP’s) For Windows Azure AppFabric ACS Namespace In WPF Application
Alik Levin
This is a quick walkthrough of the code required to obtain the list of Identity Providers (IdP’s) configured for specific ACS namespace. The code in this post is vastly simplified and based on what’s demonstrated in the Code Sample: Windows Phone 7 Application . To obtain the list of IdP’s...
on
9 Sep 2011
Blog Post:
Cloud Identity Scenarios & Solutions For Developers: Progress, UX Optimization For Tablets
Alik Levin
The list below is what’s available now on the Cloud Identity Scenarios and Solutions for Developers catalog. At the end of this post there is a preview of the same content optimized for tablets/mobile devices consumption . The key design principle of improvement for tablet/mobile devices is that tablets...
on
31 Aug 2011
Blog Post:
Cloud Identity Scenarios & Solutions For Developers: Application Architecture
Alik Levin
I am building a catalog of Cloud Identity Scenarios and Solutions for Developers . Almost finished first batch for Application Architecture scenarios. It is work in progress that only started. I care to share it earlier than later so it gets corrected on the go. Each scenario has the following structure...
on
12 Aug 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS) – New Content Published On MSDN
Alik Levin
Quick update on newly available content our team just published on MSDN for Windows Azure AppFabric Access Control Service (ACS). First of all the content can now be easily accessed using human friendly URL – http://msdn.com/acs . We have made some changes to the high level structure of the content for...
on
27 Jul 2011
Blog Post:
How To Request SWT Token From ACS And How To Validate It At The REST WCF Service Hosted In Windows Azure
Alik Levin
This post answers the following question: “How do I use the Access Control Service (ACS) and a Simple Web Token (SWT) to secure a REST-based WCF service that is hosted in Windows Azure? How do I build a client application that obtains and uses an SWT token from ACS to connect to this web service...
on
5 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): REST Web Services And OAuth 2.0 Delegation
Alik Levin
Scenario Following are characteristics of the scenario: RESTful web service requires SWT token. Credentials validated by the same authority that exposes the RESTful web service. RESTful web service is accessed by intermediary and not by the end user. Credentials must not be shared with intermediary....
on
3 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): WCF SWT/REST OAuth Scenario
Alik Levin
Scenario Following are characteristics of the scenario: WCF service that exposes its functionality via REST and requires an issued SWT token based on any type of credentials – username/password pair, symmetric key, or client certificate. Solution To solve this scenario, use ACS with the following configuration...
on
2 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): WCF SAML/SOAP ADFS Scenario
Alik Levin
Scenario Following are characteristics of the scenario: WCF service that expose its functionality via SOAP and requires an issued SAML token. The credentials are managed by ADFS Solution To solve this scenario, use ACS with the following configuration: Use SAML 2.0 token when configuring relying party...
on
1 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): WCF SAML/SOAP Username/Password Scenario
Alik Levin
Scenario Following are characteristics of the scenario: WCF service that expose its functionality via SOAP and requires an issued token based on username and password pair. Solution To solve this scenario, use ACS with the following configuration: Use SAML 2.0 token when configuring relying party (trust...
on
1 Jun 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS): WCF SAML/SOAP Client Certificate Scenario
Alik Levin
Scenario Following are characteristics of the scenario: WCF service that expose its functionality via SOAP and requires an issued token based on Client Certificates Solution To solve this scenario, use ACS with the following configuration: Use SAML 2.0 token when configuring relying party (trust) for...
on
31 May 2011
Blog Post:
Windows Azure AppFabric Access Control Service (ACS) – Backup and Restore Resources
Alik Levin
Windows Azure AppFabric Access Control Service (ACS) does not have built in backup and restore capability at the moment. To quickly achieve this capability you can use the following resources and samples: ACS Management PowerShell Cmdlets Here you can fine outline of what’s available and what you can...
on
25 May 2011
Blog Post:
Manage Windows Azure AppFabric Access Control Service (ACS) With PowerShell
Alik Levin
ACS management is now possible using PowerShell as per Announcing: Sample ACS Cmdlets for the Windows Azure AppFabric Access Control Service . The package is available free for download on Codeplex here - Windows Azure Platform PowerShell Cmdlets. The immediate utilization of the cmdlets could be for...
on
18 May 2011
Page 1 of 7 (165 items)
1
2
3
4
5
»