Reputation: 1
For my external application I have a requirement to retrieve a refresh token without sending the user through the consent flow.
I have tried following the documentation which describes the available scopes and says that using the scope https://api.banno.com/consumer/auth/offline_access
will cause the authorization server to return a refresh token without sending the user through a consent flow.
When I make an authorization request with the scope https://api.banno.com/consumer/auth/offline_access
, the authorization server is erroring with a 500 error.
When I make the request without the https://api.banno.com/consumer/auth/offline_access
scope my request will succeed, but I will not get a refresh token back.
Upvotes: 0
Views: 227
Reputation: 671
Is this in the context of requesting a Refresh Token
as part of a Plugin
?
The original question doesn't specify, but we've had at least one other developer report an issue with requesting a Refresh Token
when using an External Application
as part of a Plugin
.
(Using an External Application
to request a Refresh Token
outside of the context of a Plugin
is unaffected.)
Upvotes: 0