c# - HttpWebRequest using Saml2SecurityToken -


i have saml2security token provided thinktecture identity server cannot life of me figure out how use token when making httpwebrequest server side.

can me?

when think of samltoken think of being generated on identity server side , http post relying party. after post iclaimsprinciple (with wif , .net) populated , relying party server have claims user. there can persist them in cookie using jsonwebtoken or in manner. relying party server trying make webrequest to, or if talking javascript client has saml token might easier use simple web token or json web token symetric key rather samltoken.


Comments

Popular posts from this blog

double exclamation marks in haskell -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

Qt Creator - Searching files with Locator including folder -