We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everytime i test login with microsoft after reirect to redirect uri my app error with code 400 and i dont know whats wrong and how to fix
19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:48 GMT] : @azure/[email protected] : Info - getAuthCodeUrl called 19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : @azure/[email protected] : Verbose - initializeRequestScopes called 19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : [1d635a9d-6d8e-432a-b55b-3c832a6ed9ad] : @azure/[email protected] : Verbose - buildOauthClientConfiguration called 19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : [1d635a9d-6d8e-432a-b55b-3c832a6ed9ad] : @azure/[email protected] : Verbose - building oauth client configuration with the authority: https://login.microsoftonline.com/common 19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : [1d635a9d-6d8e-432a-b55b-3c832a6ed9ad] : @azure/[email protected] : Verbose - createAuthority called 19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : [1d635a9d-6d8e-432a-b55b-3c832a6ed9ad] : @azure/[email protected] : Verbose - Auth code client created 19:08:49 http: POST /v1/users/login 200 1342ms 19:09:00 http: OPTIONS /v1/users/logged 204 3ms 19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : @azure/[email protected] : Info - acquireTokenByCode called 19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : @azure/[email protected] : Verbose - initializeRequestScopes called 19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Verbose - buildOauthClientConfiguration called 19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Verbose - building oauth client configuration with the authority: https://login.microsoftonline.com/common 19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Verbose - createAuthority called 19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Verbose - Auth code client created 19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Info - in acquireToken call 19:09:01 error [node_modules/axios/lib/core/createError.js:16]: Request failed with status code 400 19:09:01 http: GET /v1/organization/logo 500 1484ms 19:09:01 http: POST /v1/users/logged 200 1525ms
Please help me. Thx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Everytime i test login with microsoft after reirect to redirect uri my app error with code 400 and i dont know whats wrong and how to fix
19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:48 GMT] : @azure/[email protected] : Info - getAuthCodeUrl called
19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : @azure/[email protected] : Verbose - initializeRequestScopes called
19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : [1d635a9d-6d8e-432a-b55b-3c832a6ed9ad] : @azure/[email protected] : Verbose - buildOauthClientConfiguration called
19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : [1d635a9d-6d8e-432a-b55b-3c832a6ed9ad] : @azure/[email protected] : Verbose - building oauth client configuration with the authority: https://login.microsoftonline.com/common
19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : [1d635a9d-6d8e-432a-b55b-3c832a6ed9ad] : @azure/[email protected] : Verbose - createAuthority called
19:08:49 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:08:49 GMT] : [1d635a9d-6d8e-432a-b55b-3c832a6ed9ad] : @azure/[email protected] : Verbose - Auth code client created
19:08:49 http: POST /v1/users/login 200 1342ms
19:09:00 http: OPTIONS /v1/users/logged 204 3ms
19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : @azure/[email protected] : Info - acquireTokenByCode called
19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : @azure/[email protected] : Verbose - initializeRequestScopes called
19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Verbose - buildOauthClientConfiguration called
19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Verbose - building oauth client configuration with the authority: https://login.microsoftonline.com/common
19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Verbose - createAuthority called
19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Verbose - Auth code client created
19:09:00 info [controllers/authController.ts:38]: [Fri, 09 Jul 2021 12:09:00 GMT] : [d161573e-637b-42fd-9fbf-e81b4dc4e900] : @azure/[email protected] : Info - in acquireToken call
19:09:01 error [node_modules/axios/lib/core/createError.js:16]: Request failed with status code 400
19:09:01 http: GET /v1/organization/logo 500 1484ms
19:09:01 http: POST /v1/users/logged 200 1525ms
Please help me. Thx
The text was updated successfully, but these errors were encountered: