Go to All Forums

OAuth Client Credentials grant

Why the Client Credentials Grant in OAuth provider does not refresh the token automatically. With this grant type, the http response message includes the token and its expiration time. The token can be refreshed automatically before it's expiration time by calling the provider again with same client id, client secret etc. information provided already in the "registration" phase.

Why the OAuth functionality calculate the expiration time, and renew the token automatically when using "Client credentials" grant type?

 

Like (2) Reply
Replies (1)

Please see the attached screenshot, in my opinion, this grant type should renew the expired/to be expired token, automatically!

Attachments
Like (0) Reply

Was this post helpful?