In regards to Server-Side processing, let's assume the client has requested and received a short-lived token. The next step is to POST a request to obtain a refresh token from the server. You said in your blog (excerpt below) that "Refresh tokens are not returned" when the user is returning from a prior session where a refresh token was issued.
My question is: What happens? What does the server return when it is asked for a refresh token in this situation?
The reason I ask is that perhaps this is the issue I'm experiencing in the other thread of this Group currently active. In that thread, I explain that I ask for the refresh token but the POST doesn't seem to get a reply from the server; it just sits and waits. I won't repeat the whole thread here but I was just wondering if this is a situation where the server is confused by being asked for a Refresh token when the client isn't expected to be asking.
Thanks,
Ward
-----
blog excerpt:
"To put it another way, consent will be auto-approved for returning users unless the user has revoked access. Refresh tokens are not returned for responses that were auto-approved."