Open Closed

Resource Owner Password Flow | Angular | External login providers #1239


User avatar
0
william@iwell.nl created
  • ABP Framework version: v4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Switch the flow to resource owner password, as described in the documentation (https://github.com/abpframework/abp/blob/dev/docs/en/UI/Angular/Account-Module.md) Configure a external client (google for example) Login => google login button is missing.

The mvc login page does contain the google login button. Is this also supported in Angular? Or should I configure someting else to enable it?


4 Answer(s)
  • User Avatar
    0
    Mehmet created

    Hi,

    We have got back the account public module in this version (v4.3). So the module in Angular UI contains less features than MVC's account public module. We will gradually add new features.

    I created an issue about this, but it might take a while to finalize. If google login is so critical for you, please keep use the authorization code flow.

    Thanks for your understanding and patience.

  • User Avatar
    0
    william@iwell.nl created

    That makes sense. Do you have a link to the issue, so I can get notified when its ready? Google login is required for us, as we use it to authenticate employees of our company. This way we don't have to manage accounts in multiple systems. Acually, it would be best if google is the only login option, so without the username/password. Can this be configured for the mvc module?

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    That makes sense. Do you have a link to the issue, so I can get notified when its ready? Google login is required for us, as we use it to authenticate employees of our company. This way we don't have to manage accounts in multiple systems. Acually, it would be best if google is the only login option, so without the username/password. Can this be configured for the mvc module?

    Yes, you can make google as third party login option in identityserver. Keep in mind that since it is a third party access, first time users will also be automatically registered to your userstore (abp users table) already. To mimic google as the only login option, you can make a button click trigger event for external login on login page load.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11