we are using the apb framework on an internal network how can we make an offline login
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v6
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Identity Server Separated
- Exception message and stack trace:
- Steps to reproduce the issue:"
5 Answer(s)
-
0
If the client and server are on the same LAN, then the login works fine
-
0
its not in the internet
-
0
Can you explain it in detail?
-
0
we moved our ABP project to a local network ( offline) , When i try to start my identity server it needs me to enter usernanme & password when i try to login by using the comman abp login username -p password it requires internet access .
is there a way instead of the internet to login
-
0
Hi,
Sorry, but the ABP CLI can't work offline.
See: https://support.abp.io/QA/Questions/817/How-to-delete-current-license-login-session#answer-4cbc8f13-c7f3-84fa-7fc8-39fa2688df13
You can log in to CLI on the other computer and copy the
%UserProfile%\.abp\cli\access-token.bin
to the offline computer.