Activities of "masum.ulu"

Hi again, okay I undertand. Don't need to provide again same steps. Instead can you tell me your ABP version of the project ?

Hi asingh, what is your ABP version of the project ?

Also why your IP adresses is diffirent in the screenshots (Check the Environment.js in React Native app) ? All must be the same isn't it ? It seems like you try to open auth server in mobile browser with 192.168.1.2 but the Auth Server running in 1.3 can you also check this ?

Hi, I'll check @abp/ng.schematics package

Hi again sridhar, sorry for late reply. I'll check for a workaround and to inform you.

so, I can just use the /connect/token endpoint through my app, and user can be authenticated for signup and login within the app, am I understanding that correctly?

  • For sign in yes,
  • Sign up is another topic it is not related openid. It's about account module. You need to use /api/account/register endpoint.

The react native app you talked about in the answer is the one that comes with the template, right?

Yes it comes with template


and hasn't the authentication-flow used in the template?, as it opens the url in browser?

There are 2 template Open source (ABP) and Commercial (This is priv. repo) templates

  • In ABP template we use password grant_type for react native auth.
    • Yet we'll switch to authorization code
  • In Commercial template we use authorization code grant_type

Is password-flow handling available through abp APIs, or does it need to be customized.

  • You don't need to customize something, you can use /connect/token endpoint, just make sure you sending correct body. Because body needs to be change depending your grant_type property.

Lastly you can use ADB for work with localhost instead developing with IP configuration. We'll add the steps to docs but maybe it might be confusing for you.

You can use any UI framework with ABP there is no problem, but the problem is there I think your OpenId knowledge must be missing.

  • Firstly all you need to do is understand application-configuration end point. We made a online session about mobile development https://youtu.be/-wrdngeKgZw?t=722
  • If you use authorization_code flow in UI app, It'll redirect to browser and in the browser there is already sign in and sign up screens which means you don't have to implement any code to your app
  • BUTTTTT if you want to make this ops. in the UI app (not with browser) than you need to use password flow. Which is we were using this grant_type in React Native 7.3- versions that why we put this warning 🙂

Also here is my postman request, but I didn't see you Body tab in postman. Are you sure about you did correct the steps at the begining ???

Can you please share your error and solution. Is that about our mistake I'd like to fix if any error or bug exits in our project

Showing 1 to 10 of 182 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11