We planing to do okta integration for our clients, we plan to create an OIDC application that would be published to OIN, one confusion I have is around token refresh
I see this in documentation:
"The grant types permitted for an OIN app integration depend on the platform selected:
- Web:
- Authorization code — mandatory for web platform applications
-
Refresh token — not supported for OIN app integrations
"
I can’t understand is it means that I can’t use offline_access scope to get refresh token ?