Starts in:
99 DAYS
99 HRS
99 MIN
99 SEC
Starts in:
99 D
99 H
99 M
99 S

Activities of "gterdem"

External login automatically registers the user with its entered email. Probably the user with the same email is already registered. You can Customize SignIn Manager or Cusomize Login Page to debug and/or change the default behavior.

The docs I shared is basically for Server-to-Server (Client Credentials flow) interactions. I guess you are already using Authorization Code or Hybrid flow.

The ABP module I posted is running on the Xamarin-Forms application on the user side, because we would like to use the app services (e.g. IProductAppService) directly in the app. Is this possible?

Yes, you can add Applicaton.Contracts and HttpApi.Client layers of your application to your Xamarin app and set your api as remote service so that you can call application service as a remote service (via http calls) directly.

We have a IdentityModel library to automate that process. See auto-discovery configuration section.

Can you watch the webserver memory and check it when it occurs?

We'll create a guide about switching between dynamic and static proxies.

Closing the issue. Feel free to re-open if you come across the same issue.

This is supported by default. You can check Azure Activate Directory Authentication article as a sample. You'll have default login page with external login button you have added at the bottom.

Closing the issue. This will be fixed after version 5.1.3.

I have refunded your question.

Thanks for reporting.

Basically, it is used to sign the tokens.

For development environment, it uses a temporary rsa key (tempkey.rsa) for signing the tokens. You can also use self-signed certificate for development environment as well. For staging or production, you need to use a real certificate (not temp key) to sign the tokens.

For more information, you can check identityserver docs.

If you want to keep using dynamic proxies, you need to make web/publicweb gateways reference to HttpApi layer of the microservice and depend on them.

Or you can use static proxy with AddStaticHttpClientProxies and generate proxies using cli command: abp generate-proxy --type csharp --module RemoteServiceName --url https://microservicehost:port under HttpApi.Client layer while it's running.

Showing 401 to 410 of 726 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 22, 2025, 10:44