In the case where a user has been created with an authentication provider, how are they authenticated when coming from Salesforce? It seems like we have the option to supply a custom login screen, but we are still challenged with initializing the Okta session. The login widget seems to use the /api/v1/authn API which always requires a password
Will this require a call to the /oauth2/v1/authorize API and how do we return control to Salesforce?