Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

831 B

OAuth Resource Owner Password (ROP) External login Provider

Introduction

You must have an ABP Team or a higher license to use this module & its features.

The Identity PRO module has built-in OAuthExternalLoginProvider service. It implements OAuth Resource Owner Password authentication and gets user info for external login.

How to enable OAuth external login?

You need to enable the OAuth login feature and configure related settings.

enable-oauth-feature

configure-oauth-setting

Then you can enter the user name and password on the login page for oauth external login.

oauth-login

Resources

https://oauth.net/2/grant-types/password/