patkovskyi
patkovskyi
**Describe the bug** Vowpal Wabbit's [One Against All](https://github.com/VowpalWabbit/vowpal_wabbit/wiki/One-Against-All-(oaa)-multi-class-example) classifier does not work via the MMLSpark interface. **To Reproduce** ``` val vwClassifier = new VowpalWabbitClassifier() .setFeaturesCol("features") .setLabelCol("label") .setProbabilityCol("predictedProb") .setPredictionCol("predictedLabel") .setRawPredictionCol("rawPrediction") .setArgs("--oaa=2...
## Expected Behavior Works with Spring Boot 2.2.1 / Spring Data 2.2.1 ## Actual Behavior Does not work with Spring Boot 2.2.1 / Spring Data 2.2.1 ## Steps to Reproduce...
## I'm submitting this issue for the package(s): - [x] okta-react ## I'm submitting a: - [x] Bug report ## Current behavior authState.isPending is true after calling authService.logout() This seems...
Our setup: 1. SPA, authorization code flow with PKCE. 2. Okta and app domains are different. 3. We know for sure that users who complain about this issue have third-party...