method
App.AuthenticateExternal
func (application *App) AuthenticateExternal(
ctx context.Context,
headers map[string][]string,
) (store.Document, error)Run configured request strategies and return the recognized actor.
Use AuthenticateExternalIdentity when the exact auth collection is required.