hi
We will fix this in 8.3.3.
Your ticket has been refunded.
ok, I will check it, thanks.
hi
It's mandatory to unable this OAuth Login feature ?
This is an independent login function, you can enable or disable it, the default is disabled. If enabled you need to provide relevant configuration.
You mean to say this is only required for MVC application ?
It's an external/social login in MVC. You can use it if you use code flow in angular. But you are not using code flow now.
I don't understand your current login process at all. Remote meetings won't help. You can try sharing a project that reproduces the problem. That way I can check the problem locally.
Thanks.
hi
I understand i need to copy this source code -> https://github.com/abpframework/abp/tree/dev/modules/tenant-management
No. The source code is located in the Saas module.
https://abp.io/docs/latest/modules/saas
The OAuth Login feature.
https://abp.io/docs/commercial/latest/modules/identity/oauth-login
How to login ExternalScheme first ?
This works if you add an external/social login to the MVC project.
After you log in with external/social, the ExternalScheme will be signed in automatically.
In the callback action, you can get the userinfo by GetExternalLoginInfoAsync
but I think you are not using this feature.
hi
The angular already got the access_token by this redirect.
http://localhost:4200/oidcredirect#access_token=eyJhbGciOiJkaXIiLC
Maybe you can override OAuthApiInterceptor service to use your acccess_token.
https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/oauth/src/lib/interceptors/api.interceptor.ts#L41-L44
You can create a new question to ask our angular team
This question is too long and complex.
hi
Can you share the logs.txt
I have to understand the issue based on logs
Thanks.