I am working through the OAuthAuthorizationServer sample (provided by sourceforge) and I noticed the RSAParameters ResourceServerEncryptionPublicKey has the comments that this needs to not be hard coded and a vague description on what that means. However, in regards to actual implementation I am unable to follow.
Specifically: "In a real app, the authorization server would need to determine which resource server the access token needs to be encoded for based on the authorization request. It would then need to look up the public key for that resource server and use that in preparing the access token for the client to use against that resource server."
Are the resource servers described in this comment Google/Facebook etc? How would we look up those public keys? Am I way off base there? The goal is to follow the question listed here. The response in that question is solid, but leaves out some of the meatier details.