Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Apollo
-
Component/s: None
-
Labels:None
-
Sprint:Sprint 8, Sprint 9
Description
YJ discovered an issue using the following curl command to retrieve OAuth tokens:
curl -X POST -u "<client_id>:<client_secret>" -d "grant_type=password" -d "username=<oauth username>" -d "password=<oauth password>" <oauth server url>/aml-oauth-provider/oauth/token
This should work. It does not due to a problem in our OAuth provider.