Open Closed

How to call connect/token from external application #6626


User avatar
1
tnhuynh77 created

Hi,

I have setup the microservice environment with Abp commercial framework. I have an external application which wants to use the Abp's authserver to autenicate the users. Do you have any example code to implement this? And I also tried to use Postman to call connect/token but unsuccessfully with error "This client application is not allowed to use the specified grant type."

Do you have any document and steps to achieve this implementation? Thanks,

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

  • ABP Framework version: v7
  • UI Type: Angular / MVC / Blazor WASM / Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

1 Answer(s)
  • User Avatar
    -1
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can create a new openid application for external application.

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