Hello ,
Currently We have a Mobile App which is hosted on Google Flutter and implemented with F5 (Similar to OAG).
This F5 is configured to Okta via SAML which hosts Application Login Page.
Whenever Mobile App is being accessed , F5 is Authenticating User with Basic Authentication
I am trying to find a solution where the Mobile App tries to Authenticate within the App by installing SDK’s in Google Flutter and without redirecting to F5 for Authentication.
Note that , F5 Will still be in place for making API calls.