grails-spring-security-core icon indicating copy to clipboard operation
grails-spring-security-core copied to clipboard

Refresh Token Inaccessible

Open MIJohnson opened this issue 2 years ago • 6 comments

I'm using this plugin to authenticate using JWT and Oauth2 (via Keycloak)

There is a accessToken api call provided in the RestOauthController where a valid refreshToken can be provided to request/generate a fresh accessToken. But how is one supposed to retrieve/surface the refreshToken initially generated for the first AccessToken? I cant find any documentation on this, and looking at the source code it doesn't seem possible?

Pointers greatly appreciated

MIJohnson avatar May 23 '23 14:05 MIJohnson