Hi, thank you for the confirmation
Hi, I'm understand that with the Optional, user can choose to enable or not, however right now user can not access the tab TwoFator to enable it
I have setup the 2FA at tenant level asOptinal, and the user can change when accessing the page My Account, the app is calling the API api/account/my-profile/can-enable-two-factor, for some users it return false and for some user it return true so user can not able to select their 2FA method
Hi, I'm having a set of URLs as below:
When I accessing the host side and click the login button (angular app), then it redirect me to the login page with redirect url is host.dev.poc.com How can I configued it?
Hi, The same issue with loginUsingGrant method
Hi, When the application call method login of ABPOAuthService, we only sent the username and password user to the request payload. As you can see on the second and third images, I believe that the login function is getting client_id, client_secret, and scope from environment.
After update the dummyClientSecret by setState function of EnvironmentService, the login function throw the exception relative to the tokenEndpoint.
However when I check that value in the environment then it still exists.
It working as expected if I
Hi, Currently we're working to remove the dummyClientSecret config out of the environment.ts. Because in our application, we'll call the connect/token API from the method login of AuthService (@abp/ng.core lib) so after removing it, the API returns invalid_grant message because when calling the connect/token API the login method automaticly send the dummyClientSecret value to the request body. We have tried to set the dummyClientSecret value inside the angular component using the setState method of EnvironmentService, however the login method throw the exception tokenEndpoint is null. But when we console log the environment, then the tokenEndpoint still exists with the same value we config inside the environment.ts file
so in the OAuth Config section, we have those below information: issuer, clientId, dummyClientSecret, scope, showDebugInformation, oidc, requireHttps which one can be removed?