Hi everyone, we are using the commercial membership of abp framework. We have a web api application and the clienrs we serve connect to us by getting tokens from us. We have some problems at this point. Is it possible for us to connect clients with basic authentication? If possible, can you share an example of how to do it?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v7.0.0
- UI type:MVC + Swagger
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC
- Exception message and stack trace:
- Steps to reproduce the issue:"
2 Answer(s)
-
0
hi
You can implement your basic authentication.
https://www.google.com/search?q=asp+net+core+basic+authentication
https://damienbod.com/2023/01/23/basic-authentication-in-asp-net-core/
-
0
Thanks for your support we will try it.