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.
hi
Are you using the v8.3.0
?
I can't reproduce this problem.
What is your framework version and can you try to reproduce this in a new template project.
Thanks.
hi
The source code are: https://github.com/abpframework/abp/tree/UnitOfWork/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Pages/AbpPermissionManagement