Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

OAuth request "Token with symmetric siganture requested, but no symmetric signing key found" #36

Closed
rmarinho opened this issue Nov 4, 2012 · 2 comments

Comments

@rmarinho
Copy link

rmarinho commented Nov 4, 2012

I m getting this exception when using Oauth token endpoint::

"Token with symmetric siganture requested, but no symmetric signing key found"

this happens in STS.cs

try
{
var rstr = _sts.Issue(principal, rst);
token = rstr.RequestedSecurityToken.SecurityToken;
return true;
}

Am i m missing something?!

@rmarinho
Copy link
Author

rmarinho commented Nov 4, 2012

Ok found the issue, need to create the Symmetric Signing Key for the realm party..

@rmarinho rmarinho closed this as completed Nov 4, 2012
@dapug
Copy link

dapug commented Feb 10, 2013

I am getting plagued with this regardless of what I set up on the server or client. Any tips?

All I am trying to do is simply get the "OAuth2 Resource Owner Password Flow" sample working from IdentityModel.45 using v2.1 of the server.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants