Skip to content

Instantly share code, notes, and snippets.

@SteveSyfuhs
Created February 10, 2014 20:08
Show Gist options
  • Save SteveSyfuhs/8923226 to your computer and use it in GitHub Desktop.
Save SteveSyfuhs/8923226 to your computer and use it in GitHub Desktop.
var resp = channel.Issue(new RequestSecurityToken()
{
RequestType = RequestTypes.Issue,
TokenType = "urn:ietf:params:oauth:token-type:jwt",
AppliesTo = new EndpointReference("http://azureservices/AdminSite")
}, out rstr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment