You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Response type of my provider is Client-side (token)
The auth process and the client implementation works greate. But after 30 mins the access_token is invalid and I've to login again.
I used also my provider in the admin interface of oauthd and a I saw the following result is.
Just a heads up, I ended up having to hack oauth2's coffeescript file on our version of oauthd. Setting the expires in to always be 3600 to get it to refresh because it was 500'ing when trying to grab the expires in part of the response from the provider during a refresh.
I suggest you run oauthd in development mode and check for errors
Hello I want to use oauthd with a custom provider. My provider is really straight forward.
Here is the relevant part
The Response type of my provider is
Client-side (token)
The auth process and the client implementation works greate. But after 30 mins the
access_token
is invalid and I've to login again.I used also my provider in the admin interface of oauthd and a I saw the following result is.
But my original response is
Why ignores oauthd my
refresh_token
? What is the trick to use the refresh token? My OAuthServer is setup correctly I use it with more client apps.At the documentation I didn't found anything about
refresh_token
. Does oauthd really support or can handlerefresh_tokens
?Thanks for help
The text was updated successfully, but these errors were encountered: