function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Marek SaktorMarek Saktor 

problem with front door


I am trying to use the front door trick to SSO our users so they can access Knowledge Base.
http://docs.releasenotes.salesforce.com/en-us/winter14/release-notes/security_frontdoorjsp.htm

I have my connected app set up (web scope and all that jazz), I am able to retrieve OAuth access_token from https://test.salesforce.com/services/oauth2/token

But when I try to use it: 
https://cs89.salesforce.com/secur/frontdoor.jsp?sid={TOKEN_HERE}&retURL=%2Farticles%2FKnowledge_Article%2FTest-knowledge-article-Marek

I always get redirected to log in screen on test.salesforce.com

any thoughts?
thanks
Marek SaktorMarek Saktor
I am having exactly same problem as described here https://developer.salesforce.com/forums/?id=906F0000000kG17IAE

but no solutions anywhere :(