Is there a way to utilize the refresh token so you can set up a cronjob to periodically poll while still keeping MFA enabled? Right now the token you manually get eventually expires
Looking at the returned JWT's
"iss": "http://localhost:8080/uaa/oauth/token",
I think this makes refreshing the token not possible, correct me if i'm wrong?
Is there a way to utilize the refresh token so you can set up a cronjob to periodically poll while still keeping MFA enabled? Right now the token you manually get eventually expires
Looking at the returned JWT's
"iss": "http://localhost:8080/uaa/oauth/token",
I think this makes refreshing the token not possible, correct me if i'm wrong?