I am using the login API but I'm not getting a refresh token. Why?
-
I'm not seeing a refresh token even if the generate refresh token setting is enabled in the application in the admin screen.
I'd like FA to return a refresh token once user logs in.
-
My guess is you are missing the
applicationId
on the login API request.A refresh token is per user per application, so passing that is required to provide refresh tokens (even though it is optional for the call to succeed).