Attività di "ahmet.ulusoy"

  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • Solution: Microservice Template

Hello Dear ABP Support Team,

We successfully completed social media sign up/in for web applications with ABP commercial package, thanks to ABP Team. Now, we also want to add social media sign up/in from our mobile app. Our mobile application is developed with flutter and we completed everything except social media sign up/in.

Firstly, we want to integrate Google Sign Up/In like ABP Team like done in Web applications.

  1. We created OAuth consent screen descriptions in Google Cloud
  2. We created credentials for OAuth client id for application type: android
  3. We successfully integrated with given client id with our flutter application
  4. When we complete Google Sign In request in our flutter application google sends a response with Access Token and Hash Code

After that what we need to do, make it like Abp Commercial Social Media Sign Up/In in Web Applications?

We try to make everything flutter native, so, we can't use web view or embedded browser to show up a login/register page.

I tried to use identity server endpoints which are described in '.well-known/openid-configuration' but I couldn't find the right endpoint for token exchange or similar.

Can you support us on how we can integrate social media apps sign up/in with proper AuthServer endpoints?

Note: Our flutter app connects to a mobile gateway to access needed microservices. Our flutter app also can call some of the AuthServer endpoints which are 'token_endpoint', 'end_session_endpoint' and 'userinfo_endpoint' for authentication operations.

What we want to do is like below

  1. Login to Social Media App
  2. Get needed tokens
  3. Send the token/s needed endpoints
  4. Check the user for user has any registrations in our system
  5. Send user to registration page in our mobile app, complete sign up, login user without password or Login user without password
  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I created a new microservice solution which is name chatservice and installed needed packages and made needed configurations in needed solutions. I can chat on web client applications with users and everything is fine with signalr connection.

After a while I want to add a mobile application written with flutter and I changed place of Volo.Chat.Web package from microservice web project to backoffice web project and also changed place of Volo.Chat.SignalR package from microservice web project to chat microservice HttpApi.Host project.

I also added needed yarp configurations for Gateways and everything is fine except signalr connections. After I changed place of given packages signalr connections looks like working in web development console but they are not working .

Can you help me please?

  • ABP Framework version: v7.4.2
  • UI Type: MVC /
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello Dear Friends,

We created a new microservice solution with abp suite. We can debug or deploy it to local kubernetes server but there is no information for deploying our solution to AKS. We need step by step documentation for this procedure.

For now,

Creation of ACR completed, Creation of AKS completed, Integration of ACR with AKS completed, Installation of nginx-ingress with public ip completed, Creation of Azure Devops Repo completed, Integration of Azure Pipelines with ACR and AKS completed, But i have some issues on configuring for ingresses or need to learn your way to deploy them on AKS.

As i understand we need to make a diffrent deployment on AKS or need to change helm configurations.

Can you help me, please.

1 - 3 di 3
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11