Hello, our org is implementing web messaging with authentication and our identity team let us know that the current version our idp is running on does not support offline_access as a scope.
Looking through documentation, offline_access as a scope is optional but when not included the jwt token will only be valid for 15 minutes. If we are not using a refresh token via offline_access scope, our only option would be to have the user re-authenticate. Is this correct as far as expected behavior goes?
Are there any other strategies/methods we could explore instead of forcing re-authenticaiton?
#WebMessaging------------------------------
Meg Luong
------------------------------