Starts in:
2 DAYS
3 HRS
52 MIN
52 SEC
Starts in:
2 D
3 H
52 M
52 S

Activities of "464199480"

oAuthConfig responseType value change to password

const oAuthConfig = {
  issuer: 'https://localhost:44315/',
  redirectUri: baseUrl,
  clientId: 'AookStore_App',
  responseType: 'password',
  scope: 'offline_access AookStore',
  requireHttps: true,
};

connect/token response content:

{
  "error": "invalid_grant",
  "error_description": "RequiresTwoFactor",
  "error_uri": "https://documentation.openiddict.com/errors/ID2024",
  "userId": "3a08d211853056ae830ab00738ba8ff2",
  "twoFactorToken": "CfDJ8MESOkCl5uN=="
}
{
   "token":"CfDJ8MESOkC",
   "userId":"3a08d211853056ae830ab00738ba8ff2",
   "provider":"Email"
}

Yes. i using Lepton X. I have been able to work normally Thanks

Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06