Sign In
Maciej ("Ski") Skierkowski's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
December 2010
(1)
September 2010
(2)
February 2010
(2)
November 2009
(4)
April 2007
(1)
June 2006
(2)
November, 2009
MSDN Blogs
>
Maciej ("Ski") Skierkowski's Blog
>
November, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Maciej ("Ski") Skierkowski's Blog
Requesting a Token from Access Control Service in Python
Posted
over 3 years ago
by
skierkow
0
Comments
[UPDATE 2/11: Updated to use new STS V0.9 instead of V0.8] In the previous posts I demonstrated requesting tokens from the Access Control Service using both Simple Web Token and Shared Secret requests in Java and in PHP. In this little example I am...
Maciej ("Ski") Skierkowski's Blog
Requesting a Token from Access Control Service in Java
Posted
over 3 years ago
by
skierkow
0
Comments
[UPDATE 2/11: Updated to use new STS V0.9 instead of V0.8] Following demonstrates requesting a token from the .NET Services Access Control Services using a Shared Secret and another using a Simple Web Token. You'll also need these three libraries...
Maciej ("Ski") Skierkowski's Blog
Requesting a Token from Access Control Service in PHP
Posted
over 3 years ago
by
skierkow
0
Comments
[UPDATE 2/11: Updated to use new STS V0.9 instead of V0.8] Following demonstrates requesting a token from the .NET Services Access Control Services using a Shared Secret and another using a Simple Web Token. <?php $stsUrl="https:...
Maciej ("Ski") Skierkowski's Blog
Requesting Tokens from Access Control Service
Posted
over 3 years ago
by
skierkow
0
Comments
When designing the Access Control Service we wanted to make it easy to request a token from the STS. We also wanted to make it possible to work with other languages, not just the .NET Framework. As such, I decided to validate the simplicity of the design...
Page 1 of 1 (4 items)